mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-30 15:09:27 +02:00
9 lines
191 B
Objective-C
9 lines
191 B
Objective-C
#import <SSignalKit/SSignalKit.h>
|
|
|
|
@interface TGBridgeUserInfoSignals : NSObject
|
|
|
|
+ (SSignal *)userInfoWithUserId:(int32_t)userId;
|
|
+ (SSignal *)usersInfoWithUserIds:(NSArray *)userIds;
|
|
|
|
@end
|