| 12345678910111213 |
- //
- // pdfCreator.h
- // iSales-NPD
- //
- // Created by Ray on 10/21/16.
- // Copyright © 2016 United Software Applications, Inc. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- @interface pdfCreator : NSObject
- +(NSString*)CreatePdf:(NSMutableDictionary*) template dataSource:(NSMutableDictionary*)data;
- @end
|