This commit is contained in:
2020-08-28 09:51:37 +08:00
parent 3ece010fc1
commit 6b82fd5419
69 changed files with 1255 additions and 1024 deletions

View File

@@ -6,7 +6,8 @@
#import <CoreTelephony/CTCall.h>
@interface CallListner : NSObject
@property (assign, nonatomic)NSString *unityListner;
@property (assign, nonatomic)NSString *unityListner;
@property (assign, nonatomic)BOOL *isComingCall;
@property(nonatomic, strong) CTCallCenter* callCenter;
@end
#endif