mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-20 14:22:07 +00:00
YTLitePlus/YTLitePlus has been deprecated. This replaces the entire codebase with the active upstream project dayanch96/YTLite. https://claude.ai/code/session_01FD8kBzc7yv5Fdf9G7Z2ZkE
13 lines
297 B
Objective-C
13 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
|