mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 02:17:51 +01:00
8 lines
187 B
C
8 lines
187 B
C
|
#import "TGModernMediaListModel.h"
|
||
|
|
||
|
@interface TGGenericPeerMediaListModel : TGModernMediaListModel
|
||
|
|
||
|
- (instancetype)initWithPeerId:(int64_t)peerId allowActions:(bool)allowActions;
|
||
|
|
||
|
@end
|