1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-04 10:27:46 +01:00
Telegram/Share/TGChatListSignal.h

17 lines
291 B
C
Raw Normal View History

2015-10-01 18:19:52 +02:00
#import <Foundation/Foundation.h>
#import <SSignalKit/SSignalKit.h>
#import "TGShareContext.h"
@class TGUserModel;
@interface TGChatListSignal : NSObject
2016-02-25 01:03:51 +01:00
+ (TGUserModel *)userModelWithApiUser:(Api48_User *)user;
2015-10-01 18:19:52 +02:00
+ (SSignal *)remoteChatListWithContext:(TGShareContext *)context;
2016-02-25 01:03:51 +01:00
2015-10-01 18:19:52 +02:00
@end