mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-04 10:30:42 +00:00
20 lines
536 B
Objective-C
20 lines
536 B
Objective-C
//
|
|
// PhotoResources.h
|
|
// PhotoResources
|
|
//
|
|
// Created by Peter on 8/10/19.
|
|
// Copyright © 2019 Telegram Messenger LLP. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for PhotoResources.
|
|
FOUNDATION_EXPORT double PhotoResourcesVersionNumber;
|
|
|
|
//! Project version string for PhotoResources.
|
|
FOUNDATION_EXPORT const unsigned char PhotoResourcesVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <PhotoResources/PublicHeader.h>
|
|
|
|
|