Swiftgram/LegacyComponents/TGEmbedCoubPlayerView.h
Ilya Laktyushin 023d786ed5 no message
2018-07-03 17:23:29 +03:00

13 lines
328 B
Objective-C

#import "TGEmbedPlayerView.h"
@interface TGEmbedCoubPlayerView : TGEmbedPlayerView
+ (NSString *)_coubVideoIdFromText:(NSString *)text;
+ (NSDictionary *)coubJSONByPermalink:(NSString *)permalink;
+ (void)setCoubJSON:(NSDictionary *)json forPermalink:(NSString *)permalink;
- (void)setVideoPath:(NSString *)videoPath;
@end