mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 19:40:19 +00:00
11 lines
283 B
Objective-C
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
|