mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-27 08:27:53 +00:00
git-subtree-dir: submodules/Display git-subtree-mainline:9bc996374fgit-subtree-split:7bd11013ea
8 lines
159 B
Objective-C
8 lines
159 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface NavigationBarProxy : UINavigationBar
|
|
|
|
@property (nonatomic, copy) void (^setItemsProxy)(NSArray *, NSArray *, bool);
|
|
|
|
@end
|