23 #import <Foundation/Foundation.h>
39 @property(nonatomic,retain) NSString*
ID;
44 @property(nonatomic,retain) NSString*
type;
52 + (id)identifier:(NSString*)identifier withType:(NSString*)type;
60 - (id)initWithId:(NSString*)identifier withType:(NSString*)type;
NSString * ID
Object identifier in the form of a string (internal).
Definition: HIDIdentifier.h:39
object identifier.
Definition: HIDIdentifier.h:34
NSString * type
Object type (internal).
Definition: HIDIdentifier.h:44