适配打电话

This commit is contained in:
ddisfriend
2025-03-14 13:30:54 +08:00
parent 81b09a20f8
commit 45ff11cbab
68 changed files with 10495 additions and 7498 deletions

View File

@@ -0,0 +1,16 @@
#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
FOUNDATION_EXPORT double DDUIKitVersionNumber;
FOUNDATION_EXPORT const unsigned char DDUIKitVersionString[];