Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
GSPolicyDelegate.h
1 //
2 // GSPolicyDelegate.h
3 // SipEndpoint
4 //
5 // Created by Vlad Baranovsky on 9/14/11.
6 // Copyright 2011 Genesys Labs. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @protocol GSPolicyDelegate <NSObject>
15 @optional
16 
22 - (void) configureWithDictionary:(NSDictionary*) theConfiguration;
23 @end