SharePopViewController.h 274 B

12345678910111213
  1. //
  2. // ShareViewController.h
  3. // KeleAppProject
  4. //
  5. // Created by 熊竹 on 2018/3/5.
  6. // Copyright © 2018年 Cen Zhou. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SharePopViewController : UIViewController
  10. @property(nonatomic, assign) NSInteger type;
  11. @end