Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
Created August 26, 2011 18:49
Show Gist options
  • Save projectxcappe/1174122 to your computer and use it in GitHub Desktop.
Save projectxcappe/1174122 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
@interface GOCustomView : UIView {
NSMutableArray *xArr;
}
@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