#import #import 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