2 // SOSTrustedDeviceAttributes.h
6 #ifndef SOSTrustedDeviceAttributes_h
7 #define SOSTrustedDeviceAttributes_h
9 #import <Foundation/Foundation.h>
10 #define MACHINEID @"machineID"
11 #define SERIALNUMBER @"serialNumber"
13 NS_ASSUME_NONNULL_BEGIN
17 @interface SOSTrustedDeviceAttributes
: NSObject
<NSSecureCoding
>
19 @property NSString
*machineID
;
20 @property NSString
*serialNumber
;
23 #endif /* __OBJC2__ */
27 #endif /* SOSTrustedDeviceAttributes_h */