From a74588083c4950e9237dff7a84ccdd129b72c950 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 22 Aug 2016 00:44:28 +0300 Subject: RestKit -> YYModel --- Juick/User.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Juick/User.h') diff --git a/Juick/User.h b/Juick/User.h index e4c46f3..84300f3 100644 --- a/Juick/User.h +++ b/Juick/User.h @@ -7,7 +7,10 @@ // #import -#import +#import "PDKeychainBindings.h" +#import "SIAlertView.h" +#import "APIClient.h" +#import "YYModel.h" @interface User : NSObject @property (nonatomic, strong) NSString *uname; -- cgit v1.2.3