mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 19:57:41 +00:00
35 lines
489 B
Objective-C
35 lines
489 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"
|
|
|
|
|
|
@class SOAP12Reasontext;
|
|
|
|
/**
|
|
(public class)
|
|
|
|
*/
|
|
@interface SOAP12Faultreason : NSObject <PicoBindable> {
|
|
|
|
@private
|
|
NSMutableArray *_text;
|
|
|
|
}
|
|
|
|
|
|
/**
|
|
(public property)
|
|
|
|
entry type : class SOAP12Reasontext
|
|
*/
|
|
|
|
@property (nonatomic, strong) NSMutableArray *text;
|
|
|
|
|
|
@end
|