update callcenter

This commit is contained in:
DDIsFriend
2023-09-05 14:51:24 +08:00
parent 1db91e1e14
commit 177b77c044
26 changed files with 8425 additions and 7824 deletions

View File

@@ -0,0 +1,12 @@
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif