Moved FRPLoginViewModel to RVM.

This commit is contained in:
Ash Furrow
2013-10-25 19:26:13 -04:00
parent e01a0d18a0
commit 92bb7a606c

View File

@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
@interface FRPLoginViewModel : NSObject
@interface FRPLoginViewModel : RVMViewModel
@property (nonatomic, readonly) RACCommand *loginCommand;
@property (nonatomic, strong) NSString *username;