Swiftgram/LegacyComponents/TGBackdropView.h
2017-07-20 15:56:27 +03:00

8 lines
120 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGBackdropView : UIView
+ (TGBackdropView *)viewWithLightNavigationBarStyle;
@end