// // descVC.h // jiaPei // // Created by apple on 16/1/21. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface descVC : UIViewController @property (nonatomic, copy) NSString *desc; @property (nonatomic, copy) NSString *titleString; @end