// // RoundRecBezierPath.h // Flycut // // Flycut by Gennadiy Potapov and contributors. Based on Jumpcut by Steve Cook. // Copyright 2011 General Arcade. All rights reserved. // // This code is open-source software subject to the MIT License; see the homepage // at for details. // #import #import @interface NSBezierPath (RoundRecBezierPath) +(NSBezierPath*)bezierPathWithRoundRectInRect:(NSRect)aRect radius:(float)radius; @end