UIViewController+Swizzle.h 284 B

1234567891011121314
  1. //
  2. // UIViewController+Swizzle.h
  3. // NGPageLoadingDemo
  4. //
  5. // Created by ngmmxh on 2018/8/26.
  6. // Copyright © 2018年 ngmmxh. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIViewController (Swizzle)
  10. @property(nonatomic,assign) CFAbsoluteTime viewLoadStartTime;
  11. @end