Files
李伯坤 592b31686b pod
2017-03-21 14:15:09 +08:00

19 lines
420 B
Objective-C

//
// TLViewController.h
// TLChat
//
// Created by 李伯坤 on 16/1/23.
// Copyright © 2016年 李伯坤. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TLViewController : UIViewController
@property (nonatomic, strong) NSString *analyzeTitle;
/// 当前VC stutusBar的状态,仅在viewWillAppear时生效,默认LightContent
@property (nonatomic, assign) UIStatusBarStyle statusBarStyle;
@end