mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-20 18:32:05 +00:00
7 lines
260 B
Objective-C
7 lines
260 B
Objective-C
#import "YTIReelWatchEndpoint.h"
|
|
#import "YTIBrowseEndpoint.h"
|
|
|
|
@interface YTICommand : NSObject
|
|
@property (nonatomic, readwrite, strong) YTIReelWatchEndpoint *reelWatchEndpoint;
|
|
@property (nonatomic, readwrite, strong) YTIBrowseEndpoint *browseEndpoint;
|
|
@end
|