Okechi Onyeje 031a354996 Ebay Listing Now Posts both information and single image
need to rework on categories since subcategory workflow added some complications, but that will be taken care of in a bug fix task
2016-08-23 13:48:34 -04:00

36 lines
571 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"
/**
Elements replacing the wildcard MUST be namespace qualified, but can be in the targetNamespace
*/
@interface SOAP12Header : NSObject <PicoBindable> {
@private
NSMutableArray *_any;
}
/**
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
*/
@property (nonatomic, strong) NSMutableArray *any;
@end