ChooseExLibVC.h 354 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. //直接把carType保存在defuser里面。
  2. //如果为空。则默认是C1;
  3. //欢迎页面,确认一下也是可以的。
  4. #import <UIKit/UIKit.h>
  5. @interface ChooseExLibVC : UIViewController
  6. /**一般不用设置,如果是第一次打开软件。请把这个设置为YES
  7. */
  8. @property(assign)BOOL isWelcome;
  9. @end