UIViewController+NBLog.h 264 Bytes
Newer Older
张杰's avatar
张杰 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  UIViewController+NBLog.h
//  NebulaLogging
//
//  Created by Glance on 2017/8/5.
//  Copyright © 2017年 Alipay. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIViewController (NBLog)

- (NBLogPagePerformance *)currentPagePerformance;

@end