-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathADLMediaStatsEvent.h
33 lines (26 loc) · 1.36 KB
/
ADLMediaStatsEvent.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
30
31
32
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, May 19, 2018 at 4:51:44 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, NSDictionary;
@interface ADLMediaStatsEvent : NSObject {
NSString* _scopeId;
long long _mediaType;
long long _remoteUserId;
NSDictionary* _stats;
}
@property (nonatomic,readonly) NSString * scopeId; //@synthesize scopeId=_scopeId - In the implementation block
@property (nonatomic,readonly) long long mediaType; //@synthesize mediaType=_mediaType - In the implementation block
@property (nonatomic,readonly) long long remoteUserId; //@synthesize remoteUserId=_remoteUserId - In the implementation block
@property (nonatomic,readonly) NSDictionary * stats; //@synthesize stats=_stats - In the implementation block
+(id)MediaStatsEventWithScopeId:(id)arg1 mediaType:(long long)arg2 remoteUserId:(long long)arg3 stats:(id)arg4 ;
-(NSString *)scopeId;
-(id)initWithScopeId:(id)arg1 mediaType:(long long)arg2 remoteUserId:(long long)arg3 stats:(id)arg4 ;
-(long long)remoteUserId;
-(id)description;
-(NSDictionary *)stats;
-(long long)mediaType;
@end