]> git.saurik.com Git - apple/security.git/blob - Keychain/KDCirclePeer.h
Security-55471.14.18.tar.gz
[apple/security.git] / Keychain / KDCirclePeer.h
1 //
2 // KDCirclePeer.h
3 // Security
4 //
5 // Created by J Osborne on 2/25/13.
6 //
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface KDCirclePeer : NSObject
12
13 @property (readonly) NSString *name;
14 @property (readonly) NSString *idString;
15 @property (readonly) id peerObject;
16
17 -(id)initWithPeerObject:(id)peerObject;
18
19 @end