You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
242 B
14 lines
242 B
![]()
2 years ago
|
//
|
||
|
// UTDIDPublic.h
|
||
|
// UTDID
|
||
|
//
|
||
|
// Created by ljianfeng on 2019/8/1.
|
||
|
// Copyright © 2019 Alvin. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#ifndef UTDID_h
|
||
|
#define UTDID_h
|
||
|
#import <UTDID/UTDevice.h>
|
||
|
#import <UTDID/AidProtocol.h>
|
||
|
#endif /* UTDIDPublic_h */
|