mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-25 04:44:01 +02:00
8 lines
144 B
Objective-C
8 lines
144 B
Objective-C
#import <SSignalKit/SSignalKit.h>
|
|
|
|
@interface TGBridgeContactsSignals : NSObject
|
|
|
|
+ (SSignal *)searchContactsWithQuery:(NSString *)query;
|
|
|
|
@end
|