//
//  QuartzCodeCategoryiOX.h
//
//  Code generated using QuartzCode.
//  www.quartzcodeapp.com
//

#import <Foundation/Foundation.h>

@interface UIBezierPath (QuartzCode)

- (void)offsetBy:(CGPoint)offset;
- (CGPoint)firstPoint;

@end