// // IndividualStarController.h // BuWanVideo2.0 // // Created by weikou2016 on 16/8/18. // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface IndividualStarController : UIViewController @property(nonatomic,strong)NSMutableDictionary *data;//传入请求的类容 @end