FlipsideView.h 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // // FlipsideView.h // Images // // Created by Joseph Gentle on 13/08/08. // Copyright __MyCompanyName__ 2008. All rights reserved. // #import <UIKit/UIKit.h> @interface FlipsideView : UIView { } @end