2019-08-30 23:32:32 +04:00

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