1234567891011121314151617 |
- //
- // FaqVC.h
- // jiaPei
- //
- // Created by apple on 15/12/5.
- // Copyright (c) 2015年 JCZ. All rights reserved.
- //
- //学车问答
- #import <UIKit/UIKit.h>
- @interface FaqVC : UIViewController
- @property(nonatomic,strong)NSString* jxbh;
- @end
|