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