mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
12 lines
211 B
Objective-C
12 lines
211 B
Objective-C
NS_SWIFT_NAME(Controls)
|
|
@interface Controls : NSObject
|
|
|
|
+ (void)zoomIn;
|
|
+ (void)zoomOut;
|
|
+ (void)switchToNextPositionMode;
|
|
+ (NSString *)positionModeRawValue;
|
|
+ (Controls *)shared;
|
|
- (bool)hasMainButtons;
|
|
|
|
@end
|