Files
yuyin_ios/Pods/SVGAPlayer/Source/SVGAImageView.h
2025-08-08 11:05:33 +08:00

17 lines
336 B
Objective-C
Executable File

//
// SVGAImageView.h
// SVGAPlayer
//
// Created by 崔明辉 on 2017/10/17.
// Copyright © 2017年 UED Center. All rights reserved.
//
#import "SVGAPlayer.h"
@interface SVGAImageView : SVGAPlayer
@property (nonatomic, assign) IBInspectable BOOL autoPlay;
@property (nonatomic, strong) IBInspectable NSString *imageName;
@end