Swiftgram/LegacyComponents/TGEmbedCoubPlayerView.h
2017-07-28 16:50:06 +03:00

11 lines
283 B
Objective-C

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