BJTSignView.h 308 B

1234567891011121314151617181920
  1. //
  2. // BJTSignView.h
  3. // BJTResearch
  4. //
  5. // Created by yunlong on 2017/6/28.
  6. // Copyright © 2017年 yunlong. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BJTSignView : UIView
  10. /**
  11. * 获取签名图片
  12. */
  13. - (UIImage *)getSignatureImage;
  14. /**
  15. * 清除签名
  16. */
  17. - (void)clearSignature;
  18. @end