- //
- // ShareViewController.h
- // KeleAppProject
- //
- // Created by 熊竹 on 2018/3/5.
- // Copyright © 2018年 Cen Zhou. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SharePopViewController : UIViewController
- @property(nonatomic, assign) NSInteger type;
- @end
|