Created
September 14, 2009 15:24
-
-
Save claus/186719 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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