upgrade
This commit is contained in:
12
Assets/trCRM/Plugins/iOS/CallListner.h
Normal file
12
Assets/trCRM/Plugins/iOS/CallListner.h
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
#ifndef CallListner_h
|
||||
#define CallListner_h
|
||||
#import <CoreTelephony/CTCallCenter.h>
|
||||
#import <CoreTelephony/CTCall.h>
|
||||
|
||||
@interface CallListner : NSObject
|
||||
@property (assign, nonatomic)NSString *unityListner;
|
||||
@property(nonatomic, strong) CTCallCenter* callCenter;
|
||||
@end
|
||||
#endif
|
||||
Reference in New Issue
Block a user