faceView.h 343 B

1234567891011121314
  1. //
  2. // faceView.h
  3. // FaceIOS
  4. //
  5. // Created by archie on 17/4/13.
  6. // Copyright © 2017年 Facebook. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface faceView : UIView
  10. @property(nonatomic,strong)void(^callBackImagePath)(NSString*UrlPath); //回调地址
  11. @property(nonatomic, strong)void(^callBackImageData)(NSData *imgData);
  12. @end