// // RQProfileViewModel.h // RQCommon // // Created by 张嵘 on 2018/11/21. // Copyright © 2018 张嵘. All rights reserved. // #import "RQCommonViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQProfileViewModel : RQCommonViewModel /// 登出的命令 @property (nonatomic, readonly, strong) RACCommand *logoutCommand; /// 登出回调 @property (nonatomic, readonly, strong) RACSubject *logoutSubject; @end NS_ASSUME_NONNULL_END