al
liurenjie
2021-07-18 97c8f522c46a7cab363c292edf3135cff8497e6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  LoggingViewController.h
//  mgysVideo
//
//  Created by weikou on 16/7/19.
//  Copyright © 2016年 wgj. All rights reserved.
//
 
#import <UIKit/UIKit.h>
 
@interface LoggingViewController : UIViewController
    
@property (nonatomic) BOOL ispresent;
// 是否需要回到跟界面 
@property (nonatomic, assign) BOOL backNotRoot;
@end