FlipsideView.m 242 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 // // FlipsideView.m // SampleMap : Diagnostic map // #import "FlipsideView.h" @implementation FlipsideView - (id)initWithFrame:(CGRect)frame { if (!(self = [super initWithFrame:frame])) return nil; return self; } @end