LKS_PerspectiveViewController.h 436 B

123456789101112131415161718192021
  1. //
  2. // LKS_PerspectiveViewController.h
  3. // LookinServer
  4. //
  5. // Created by Li Kai on 2019/5/17.
  6. // https://lookin.work
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class LookinHierarchyInfo, LKS_PerspectiveToolbarCloseButton;
  10. @interface LKS_PerspectiveViewController : UIViewController
  11. - (instancetype)initWithHierarchyInfo:(LookinHierarchyInfo *)info;
  12. @property(nonatomic, strong, readonly) LKS_PerspectiveToolbarCloseButton *closeButton;
  13. @end