// // Accounttitle.h // XFFruit // // Created by 陈俊俊 on 15/10/26. // Copyright © 2015年 Xummer. All rights reserved. // #import "IBTModel.h" @interface Accounttitle : IBTModel @property (nonatomic, strong) NSString *uuid;//唯一标识 @property (nonatomic, strong) NSString *name;//名称 @property (nonatomic, assign) BOOL enabled;//是否启用 @end