This commit is contained in:
dayanch96
2024-03-06 22:11:32 +03:00
parent bde14ad82b
commit 5bce5a7e33
24 changed files with 1519 additions and 1132 deletions
+13
View File
@@ -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