diff options
Diffstat (limited to 'Juick/User.h')
-rw-r--r-- | Juick/User.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Juick/User.h b/Juick/User.h deleted file mode 100644 index 84300f3..0000000 --- a/Juick/User.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// User.h -// Juick -// -// Created by Vitaly on 01.02.14. -// Copyright (c) 2014 com.juick. All rights reserved. -// - -#import <Foundation/Foundation.h> -#import "PDKeychainBindings.h" -#import "SIAlertView.h" -#import "APIClient.h" -#import "YYModel.h" - -@interface User : NSObject -@property (nonatomic, strong) NSString *uname; -@property (nonatomic, strong) NSString *uid; - -+ (void) get:(NSString *)name callback:(void(^)(User *))callback; - -+ (BOOL) isAuthenticated; - -+ (void) checkIsValid:(void(^)(BOOL))callback; - -+ (void) throwUnableToLogin; - -@end |