17 lines
223 B
Objective-C
17 lines
223 B
Objective-C
//
|
|
// YYAnimatedImageView+ImageShow.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2021/12/16.
|
|
//
|
|
|
|
#import <YYImage/YYImage.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface YYAnimatedImageView (ImageShow)
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|