Sha256: 6ed965076cb48199727a201600dc74d43a0572d24c983b9b1fb2ca0db5883518

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

#import "NewORMBase.h"
#import "api_generator/iphone/CMethodResult.h"





@implementation NewORMBase

- (void) resetAllPropertiesToDefault {

}

- (id) init {
    self = [super init];
    [self resetAllPropertiesToDefault];
    return self;
}










-(void) dealloc {

    [super dealloc];
}

@end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tauplatform-1.0.1 lib/commonAPI/coreapi/ext/platform/iphone/generated/base_impl/NewORMBase.m