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