mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:58:45 -04:00
10 lines
449 B
Objective-C
10 lines
449 B
Objective-C
#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 |