forked from mirrors/linphone-iphone
8 lines
180 B
Objective-C
Executable file
8 lines
180 B
Objective-C
Executable file
#import <Foundation/Foundation.h>
|
|
#import "XMLRPCEncoder.h"
|
|
|
|
@interface XMLRPCDefaultEncoder : NSObject <XMLRPCEncoder> {
|
|
NSString *myMethod;
|
|
NSArray *myParameters;
|
|
}
|
|
@end
|