UIViewController+LookinServer.h 247 B

123456789101112131415
  1. //
  2. // UIViewController+LookinServer.h
  3. // LookinServer
  4. //
  5. // Created by Li Kai on 2019/4/22.
  6. // https://lookin.work
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIViewController (LookinServer)
  10. + (UIViewController *)lks_visibleViewController;
  11. @end