Skip to content

Instantly share code, notes, and snippets.

@sgoodwin
Forked from projectxcappe/gist:1174122
Created August 26, 2011 18:51
Show Gist options
  • Save sgoodwin/1174128 to your computer and use it in GitHub Desktop.
Save sgoodwin/1174128 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
@interface GOCustomView : UIView
@property(nonatomic, retain) UIColor *bgColor;
@property (nonatomic,retain) NSMutableArray *xArr;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment