设备唯一标识

This commit is contained in:
DDIsFriend
2023-10-12 15:11:00 +08:00
parent 78b7c88218
commit 06e22d8c6e
29 changed files with 8228 additions and 7653 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