2025-04-09 18:24:58 +08:00

21 lines
346 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// JXUUID.h
// 设备标识符
//
// Created by 曾觉新 on 2017/8/24.
// Copyright © 2017年 曾觉新. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface JXUUID : NSObject
+ (nonnull NSString *)uuid;
+ (nonnull NSString *)idfa;
/**
重新安装app后会发生变化
*/
+ (nonnull NSString *)systemUUID;
@end