diff options
author | Vitaly Takmazov | 2016-08-28 21:03:22 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-28 21:03:22 +0300 |
commit | 188d8e4ea870d1a6c8edd5a9b323742804badeba (patch) | |
tree | 071067f7189a6474d49abb952b1b04b820985b7a /Juick/User.h | |
parent | a74588083c4950e9237dff7a84ccdd129b72c950 (diff) |
project cleanup
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 |