Sip Endpoint SDK for Apple OS
|
00001 // 00002 // GSDefaultDevicePolicy.h 00003 // SipEndpoint 00004 // 00005 // Created by Vlad Baranovsky on 9/27/11. 00006 // Copyright 2011 Genesys Labs. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 #import "GSDevicePolicyDelegate.h" 00011 00018 @interface GSDefaultDevicePolicy : NSObject <GSDevicePolicyDelegate> { 00019 @private 00020 NSDictionary* configuration; 00021 } 00022 00023 @property (nonatomic, retain, readonly) NSDictionary* configuration; 00024 00025 @end