5 lines
146 B
Objective-C
5 lines
146 B
Objective-C
#import "YTIVideoDetails.h"
|
|
|
|
@interface YTIPlayerResponse : NSObject
|
|
@property (nonatomic, strong, readwrite) YTIVideoDetails *videoDetails;
|
|
@end
|