TapCommon-Unity/Plugins/iOS/TapCommonSDK.framework/Headers/TDSWebImageView.h

22 lines
415 B
C
Raw Normal View History

2023-10-23 13:55:56 +08:00
//
// XDWebImageView.h
// NativeApp
//
// Created by JiangJiahao on 2018/10/16.
// Copyright © 2018 JiangJiahao. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface TDSWebImageView : UIImageView
- (void)setImageWithUrl:(NSString *)imageUrl;
- (void)setImageWithUrl:(nullable NSString *)imageUrl placeholderImage:(nullable UIImage *)placeholder;
@end
NS_ASSUME_NONNULL_END