18 lines
284 B
Objective-C
Executable File
18 lines
284 B
Objective-C
Executable File
//
|
|
// YYAnimatedImageView+ImageShow.h
|
|
// miliao
|
|
//
|
|
// Created by 八角_马方圆 on 2021/12/8.
|
|
// Copyright © 2021 miliao. All rights reserved.
|
|
//
|
|
|
|
#import "YYAnimatedImageView.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface YYAnimatedImageView (ImageShow)
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|