// // ShareViewController.h // KeleAppProject // // Created by 熊竹 on 2018/3/5. // Copyright © 2018年 Cen Zhou. All rights reserved. // #import @protocol ShareDelegate - (void)shareWxSession; - (void)shareWxTimeline; @end @interface SharePopViewController : UIViewController @property(nonatomic, retain) id delegate; @end