3.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <rootless.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NSBundle (YTLite)
|
||||
|
||||
// Returns YTLite default bundle. Supports rootless if defined in compilation parameters
|
||||
@property (class, nonatomic, readonly) NSBundle *ytl_defaultBundle;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user