mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Build ChatListUI
This commit is contained in:
12
submodules/LegacyComponents/Sources/TGLocationTitleView.h
Normal file
12
submodules/LegacyComponents/Sources/TGLocationTitleView.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user