xÜ#þblob 467 //
//  UIView+FlyVerifyCWebCache.h
//  FlyVerifyCSDK
//
//  Created by wukx on 2018/6/6.
//  Copyright Â© 2024å¹´ FlyVerify. All rights reserved.
//

#import <UIKit/UIKit.h>

typedef void(^FlyVerifyCSetImageBlock)(UIImage * _Nullable image, NSError * _Nullable error);

@interface UIView (FlyVerifyCWebCache)

- (void)flyverifyc_internalSetImageWithURL:(nullable NSURL *)url
                       setImageBlock:(nullable FlyVerifyCSetImageBlock)setImageBlock;

@end
SŽš_