FaqVC.h 245 B

1234567891011121314151617
  1. //
  2. // FaqVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 15/12/5.
  6. // Copyright (c) 2015年 JCZ. All rights reserved.
  7. //
  8. //学车问答
  9. #import <UIKit/UIKit.h>
  10. @interface FaqVC : UIViewController
  11. @property(nonatomic,strong)NSString* jxbh;
  12. @end