mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-01 05:13:39 -04:00
added files via upload
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#import "YTIButtonRenderer.h"
|
||||
#import "YTIOfflinePromoRenderer.h"
|
||||
#import "YTIOfflineabilityRenderer.h"
|
||||
|
||||
@interface YTIOfflineabilitySupportedRenderers : NSObject
|
||||
@property (nonatomic, strong, readwrite) YTIOfflinePromoRenderer *offlinePromoRenderer;
|
||||
@property (nonatomic, strong, readwrite) YTIOfflineabilityRenderer *offlineabilityRenderer;
|
||||
@property (nonatomic, strong, readwrite) YTIButtonRenderer *buttonRenderer;
|
||||
- (int)rendererOneOfCase;
|
||||
@end
|
||||
Reference in New Issue
Block a user