Sha256: 3dc6bbe748a8cbaac982599f8b6f3339aecd954495d6b4a06d133dcdf902e8bd
Contents?: true
Size: 439 Bytes
Versions: 8
Compression:
Stored size: 439 Bytes
Contents
// // FlipsideView.m // iCuke // // Created by Rob Holland on 02/03/2010. // Copyright The IT Refinery 2010. All rights reserved. // #import "FlipsideView.h" @implementation FlipsideView - (id)initWithFrame:(CGRect)frame { if (self = [super initWithFrame:frame]) { // Initialization code } return self; } - (void)drawRect:(CGRect)rect { // Drawing code } - (void)dealloc { [super dealloc]; } @end
Version data entries
8 entries across 8 versions & 1 rubygems