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