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