8 #import <Foundation/Foundation.h>
10 #if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
16 NS_ASSUME_NONNULL_BEGIN
33 - (instancetype)initWithService:(NSString*)identifier
34 andVersion:(NSString*)version
39 @property (nonatomic, strong, readonly) NSString*
identifier;
43 @property (nonatomic, strong, readonly) NSString*
version;