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