mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 09:27:55 +01:00
13 lines
357 B
Objective-C
13 lines
357 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TGLocationTitleView : UIView
|
|
|
|
@property (nonatomic, strong) NSString *title;
|
|
@property (nonatomic, strong) NSString *address;
|
|
|
|
@property (nonatomic, assign) UIInterfaceOrientation interfaceOrientation;
|
|
@property (nonatomic, assign) CGFloat backButtonWidth;
|
|
@property (nonatomic, assign) CGFloat actionsButtonWidth;
|
|
|
|
@end
|