// // AccountViewController.h // Car // // Created by Javen on 2017/2/8. // Copyright © 2017年 上海勾芒信息科技. All rights reserved. // #import "BaseViewController.h" typedef NS_ENUM(NSInteger, AccountViewControllerType) { AccountViewControllerTypeBinding, AccountViewControllerTypeUnBing }; @interface AccountViewController : BaseViewController @property (nonatomic, assign) AccountViewControllerType type; @end