Swiftgram/LegacyComponents/TGLocationPinView.h
Ilya Laktyushin d7593512d5 no message
2017-10-01 00:02:37 +03:00

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