14 lines
297 B
Objective-C
14 lines
297 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <roothide.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
|