// // TPShareContentController.h // ThePaperBase // // Created by Huixin on 15/8/10. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "shareUtil.h" @protocol TPShareContentControllerDelegate - (void)openLinkWithSafari; - (void)cancelShare:(BOOL)animate; @end @interface TPShareContentController : UIViewController @property(nonatomic, weak)id delegate; @property(nonatomic, strong)contentObjectBO *contentBO; @property(nonatomic, assign)shareStyle sharestyle; @end