25 #import <Foundation/Foundation.h> 
   41 @property(nonatomic,retain) NSString* 
ID;
 
   46 @property(nonatomic,retain) NSString* 
type;
 
   54 + (id)identifier:(NSString*)identifier withType:(NSString*)type;
 
   62 - (id)initWithId:(NSString*)identifier withType:(NSString*)type;
 
NSString * ID
Object identifier in the form of a string (internal). 
Definition: HIDIdentifier.h:41
 
object identifier. 
Definition: HIDIdentifier.h:36
 
NSString * type
Object type (internal). 
Definition: HIDIdentifier.h:46