mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 02:17:51 +01:00
17 lines
291 B
Objective-C
17 lines
291 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
#import <SSignalKit/SSignalKit.h>
|
|
#import "TGShareContext.h"
|
|
|
|
@class TGUserModel;
|
|
|
|
@interface TGChatListSignal : NSObject
|
|
|
|
+ (TGUserModel *)userModelWithApiUser:(Api48_User *)user;
|
|
|
|
+ (SSignal *)remoteChatListWithContext:(TGShareContext *)context;
|
|
|
|
|
|
|
|
@end
|