mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-19 04:00:54 +00:00
9 lines
233 B
Objective-C
9 lines
233 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TGLocationPinView : UIView
|
|
|
|
@property (nonatomic, assign, getter=isPinRaised) bool pinRaised;
|
|
- (void)setPinRaised:(bool)raised animated:(bool)animated completion:(void (^)(void))completion;
|
|
|
|
@end
|