mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-31 07:18:37 +00:00
5 lines
129 B
Objective-C
5 lines
129 B
Objective-C
#import "YTReelContentView.h"
|
|
|
|
@interface YTReelPlayerViewController : UIViewController
|
|
- (YTReelContentView *)contentView;
|
|
@end
|