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