// // detailContentHelpController.h // ThePaperBase // // Created by YoungLee on 15/9/8. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "TPHttpController.h" @protocol detailContentHelpDelegate -(void) disHelp; @end @interface detailContentHelpController : TPHttpController @property(nonatomic, strong)id delegate; @end