mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 09:27:55 +01:00
14 lines
210 B
C
14 lines
210 B
C
|
//
|
||
|
// TGGenericPeerVoiceMessagesPlaylistSignal.h
|
||
|
// Telegraph
|
||
|
//
|
||
|
// Created by Peter on 2/2/16.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface TGGenericPeerVoiceMessagesPlaylistSignal : NSObject
|
||
|
|
||
|
@end
|