Swiftgram/submodules/LegacyComponents/Sources/TGEmbedSoundCloudPlayerView.h
2020-02-22 15:38:54 +04:00

8 lines
151 B
Objective-C

#import "TGEmbedPlayerView.h"
@interface TGEmbedSoundCloudPlayerView : TGEmbedPlayerView
+ (NSString *)_soundCloudIdFromText:(NSString *)text;
@end