// Peer.h // Author: Allen Porter #import @interface Peer : NSObject { NSMutableDictionary * properties; } - (NSMutableDictionary *) properties; - (void) setProperties: (NSDictionary *)newProperties; @end