Sip Endpoint SDK for Apple OS
|
00001 #import <Foundation/Foundation.h> 00002 #import "GSEndpoint.h" 00003 #import "GSLogger.h" 00004 00008 @interface GSEndpointFactory : NSObject { 00009 @private 00010 00011 } 00012 00021 + (id<GSEndpoint>) sipEndpoint; 00022 00030 + (id<GSEndpoint>) sipEndpointWithLogger:(id<GSLogger>) logger; 00031 00032 @end