|
@@ -1,14 +0,0 @@
|
|
|
-//
|
|
|
|
|
-// PDFUtils.h
|
|
|
|
|
-// AntsContract
|
|
|
|
|
-//
|
|
|
|
|
-// Created by Ray on 12/20/16.
|
|
|
|
|
-// Copyright © 2016 United Software Applications, Inc. All rights reserved.
|
|
|
|
|
-//
|
|
|
|
|
-
|
|
|
|
|
-#import <Foundation/Foundation.h>
|
|
|
|
|
-#import <UIKit/UIKit.h>
|
|
|
|
|
-@interface PDFUtils : NSObject
|
|
|
|
|
-+(void) addSignature :(UIImage*) img to:(NSMutableDictionary*)signatureData;
|
|
|
|
|
-+(NSString *) saveTempSignature:(NSData *) image;
|
|
|
|
|
-@end
|
|
|