mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-21 13:27:17 +02:00
12 lines
282 B
Objective-C
12 lines
282 B
Objective-C
#import <SSignalKit/SSignalKit.h>
|
|
|
|
@interface TGBridgeLocationSignals : NSObject
|
|
|
|
+ (SSignal *)currentLocation;
|
|
+ (SSignal *)nearbyVenuesWithLimit:(NSUInteger)limit;
|
|
|
|
@end
|
|
|
|
extern NSString *const TGBridgeLocationAccessRequiredKey;
|
|
extern NSString *const TGBridgeLocationLoadingKey;
|