Sha256: 5db07c1a13b919cb4890306a3ba4c7862c42acdab09e91d5312625459600c0c4
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
#import "ProcessBase.h" #import "api_generator/iphone/CMethodResult.h" @implementation ProcessBase - (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/ProcessBase.m |