// // LineDrawable.h // pdftest // // Created by Ray on 10/15/16. // Copyright © 2016 United Software Applications, Inc. All rights reserved. // #import "BasicDrawable.h" @interface LineDrawable : BasicDrawable +(NSMutableDictionary *) createlineTemplate:(double) width from:(CGPoint) from to:(CGPoint) to; @end