-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathA9VSAuthentication.h
30 lines (23 loc) · 1.2 KB
/
A9VSAuthentication.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, May 19, 2018 at 4:51:47 PM Eastern Daylight Time
* Operating System: Version 10.2 (Build 14C92)
* Image Source: /var/containers/Bundle/Application/7AB1B6B1-534C-4BF9-A7EB-BE2BD4C13043/Snapchat.app/Snapchat
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@class NSDate, NSString;
@interface A9VSAuthentication : NSObject {
NSDate* _lastAuthTokenGeneration;
NSString* _cachedAuthToken;
}
@property (nonatomic,retain) NSDate * lastAuthTokenGeneration; //@synthesize lastAuthTokenGeneration=_lastAuthTokenGeneration - In the implementation block
@property (nonatomic,retain) NSString * cachedAuthToken; //@synthesize cachedAuthToken=_cachedAuthToken - In the implementation block
-(id)authtokenWithUser:(id)arg1 application:(id)arg2 token:(id)arg3 ;
-(NSDate *)lastAuthTokenGeneration;
-(NSString *)cachedAuthToken;
-(unsigned long long)unixEpochForDate:(id)arg1 ;
-(id)authtokenWithUser:(id)arg1 application:(id)arg2 token:(id)arg3 date:(id)arg4 ;
-(void)setCachedAuthToken:(NSString *)arg1 ;
-(void)setLastAuthTokenGeneration:(NSDate *)arg1 ;
-(id)MD5StringFromString:(id)arg1 ;
@end