]>
git.saurik.com Git - apple/security.git/blob - Keychain/KDCirclePeer.h
5 // Created by J Osborne on 2/25/13.
9 #import <Foundation/Foundation.h>
11 @interface KDCirclePeer
: NSObject
13 @
property (readonly
) NSString
*name
;
14 @
property (readonly
) NSString
*idString
;
15 @
property (readonly
) id peerObject
;
17 -(id
)initWithPeerObject
:(id
)peerObject
;