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

8 lines
151 B
Objective-C

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