Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
GSDefaultEndpointPolicy.h
1 //
2 // GSDefaultEndpointPolicy.h
3 // SipEndpoint
4 //
5 // Created by Vlad Baranovsky on 9/26/11.
6 // Copyright 2011 Genesys Labs. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "GSEndpointPolicyDelegate.h"
11 
25 @private
26  NSDictionary* configuration;
27 }
28 
34 @property (nonatomic, retain, readonly) NSDictionary* configuration;
35 @end