| 123456789101112131415161718 |
- //
- // UIImageView+MOSvga.h
- // MiMoLive
- //
- // Created by SuperC on 2023/11/23.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface UIImageView (MOSvga)
- - (void)mo_setImageWithUrl:(NSString *)urlString placeholder:(UIImage *)placeholderImage loops:(int)loops AndFrame:(CGRect)rectFrame;
- @end
- NS_ASSUME_NONNULL_END
|