Geen omschrijving

UIViewController+WMPageController.h 396B

123456789101112131415161718192021
  1. //
  2. // UIViewController+WMPageController.h
  3. // WMPageController
  4. //
  5. // Created by Mark on 15/6/11.
  6. // Copyright (c) 2015年 yq. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class WMPageController;
  10. @interface UIViewController (WMPageController)
  11. /**
  12. 获取控制器所在的WMPageController
  13. */
  14. @property (nonatomic, nullable, strong, readonly) WMPageController *wm_pageController;
  15. @end