SIP Endpoint SDK for OS X
 All Classes Functions Properties
GSPolicyData.h
1 //
2 // GSPolicyData.h
3 // SipEndpoint
4 //
5 // Copyright (c) 2011-2018 Genesys Telecommunications Laboratories, Inc. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
13 @interface GSPolicyData : NSObject {
14 @private
15  NSString* strValue;
16  int intValue;
17 }
18 
22 @property (nonatomic, retain) NSString* strValue;
23 
27 @property (nonatomic) int intValue;
28 
29 @end