-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathADLServiceListenerCppProxy.h
31 lines (26 loc) · 1.11 KB
/
ADLServiceListenerCppProxy.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
/*
* 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.
*/
#import <Snapchat/Snapchat-Structs.h>
#import <Snapchat/ADLServiceListener.h>
@interface ADLServiceListenerCppProxy : NSObject <ADLServiceListener> {
Handle<std::__1::shared_ptr<addlive::ServiceListener>, std::__1::shared_ptr<addlive::ServiceListener> >* _cppRefHandle;
}
-(id)initWithCpp:(const shared_ptr<addlive::ServiceListener>*)arg1 ;
-(void)onSpeechActivity:(id)arg1 ;
-(void)onVideoFrameSizeChanged:(id)arg1 ;
-(void)onConnectionLost:(id)arg1 ;
-(void)onSessionReconnected:(id)arg1 ;
-(void)onUserEvent:(id)arg1 ;
-(void)onMediaStreamEvent:(id)arg1 ;
-(void)onMediaStats:(id)arg1 ;
-(void)onMessage:(id)arg1 ;
-(void)onMediaTransportTypeChanged:(id)arg1 ;
-(void)onMediaIssue:(id)arg1 ;
-(void)onDeviceListChanged:(id)arg1 ;
-(void)onMicActivity:(id)arg1 ;
@end