mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 19:57:41 +00:00
34 lines
481 B
Objective-C
34 lines
481 B
Objective-C
// Generated by xsd compiler for ios/objective-c
|
|
// DO NOT CHANGE!
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "PicoClassSchema.h"
|
|
#import "PicoPropertySchema.h"
|
|
#import "PicoConstants.h"
|
|
#import "PicoBindable.h"
|
|
|
|
|
|
|
|
/**
|
|
(public class)
|
|
|
|
*/
|
|
@interface SOAP11Body : NSObject <PicoBindable> {
|
|
|
|
@private
|
|
NSMutableArray *_any;
|
|
|
|
}
|
|
|
|
|
|
/**
|
|
(public property)
|
|
|
|
entry type : PicoAnyElement, wrapper for primitive anyelement
|
|
*/
|
|
|
|
@property (nonatomic, strong) NSMutableArray *any;
|
|
|
|
|
|
@end
|