-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathA9VSAuthToken.h
28 lines (21 loc) · 985 Bytes
/
A9VSAuthToken.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
/*
* 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 NSString;
@interface A9VSAuthToken : NSObject {
NSString* _authtoken;
unsigned long long _timestamp;
}
@property (nonatomic,retain) NSString * authtoken; //@synthesize authtoken=_authtoken - In the implementation block
@property (assign,nonatomic) unsigned long long timestamp; //@synthesize timestamp=_timestamp - In the implementation block
-(NSString *)authtoken;
-(id)initWithAuthtoken:(id)arg1 timestamp:(unsigned long long)arg2 ;
-(void)setAuthtoken:(NSString *)arg1 ;
-(unsigned long long)timestamp;
-(void)setTimestamp:(unsigned long long)arg1 ;
-(id)queryItems;
@end