mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
17 lines
425 B
Objective-C
17 lines
425 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for AppBundle.
|
|
FOUNDATION_EXPORT double AppBundleVersionNumber;
|
|
|
|
//! Project version string for AppBundle.
|
|
FOUNDATION_EXPORT const unsigned char AppBundleVersionString[];
|
|
|
|
NSBundle * _Nonnull getAppBundle(void);
|
|
|
|
@interface UIImage (AppBundle)
|
|
|
|
- (instancetype _Nullable)initWithBundleImageName:(NSString * _Nonnull)bundleImageName;
|
|
|
|
@end
|