Skip to content

Instantly share code, notes, and snippets.

@claus
Created September 14, 2009 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claus/186719 to your computer and use it in GitHub Desktop.
Save claus/186719 to your computer and use it in GitHub Desktop.
//
// Shape1View.h
// Shape1View
//
// Created by Claus Wahlers on Mon Sep 14 2009.
// Copyright 2009 côdeazur brasil. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface Shape1View : UIView {
}
- (void)drawFill0:(CGContextRef)ctx;
- (void)drawFill1:(CGContextRef)ctx;
- (void)drawFill2:(CGContextRef)ctx;
- (void)drawFill3:(CGContextRef)ctx;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment