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