mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 15:37:01 +00:00
11 lines
226 B
Objective-C
11 lines
226 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NSBundle * _Nonnull getAppBundle(void);
|
|
|
|
@interface UIImage (AppBundle)
|
|
|
|
- (instancetype _Nullable)initWithBundleImageName:(NSString * _Nonnull)bundleImageName;
|
|
|
|
@end
|