Swiftgram/submodules/LegacyComponents/Sources/TGEmbedCoubPlayerView.h
2020-02-22 15:38:54 +04: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