Sha256: e98501c5694361151af767cb6f3663cb4482db1b40efd733568a58caa9f2d1d2

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 Bytes

Contents

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



static NSDictionary* ourPropertyAliases= nil;



@implementation NetworkBase

- (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/NetworkBase.m