Files
youtubeios/Utils/NSBundle+YTLite.h
T
2024-03-06 22:11:32 +03:00

13 lines
296 B
Objective-C

#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