descVC.h 283 B

1234567891011121314151617
  1. //
  2. // descVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 16/1/21.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface descVC : UIViewController
  10. @property (nonatomic, copy) NSString *desc;
  11. @property (nonatomic, copy) NSString *titleString;
  12. @end