SVGAImageView.h 336 B

12345678910111213141516
  1. //
  2. // SVGAImageView.h
  3. // SVGAPlayer
  4. //
  5. // Created by 崔明辉 on 2017/10/17.
  6. // Copyright © 2017年 UED Center. All rights reserved.
  7. //
  8. #import "SVGAPlayer.h"
  9. @interface SVGAImageView : SVGAPlayer
  10. @property (nonatomic, assign) IBInspectable BOOL autoPlay;
  11. @property (nonatomic, strong) IBInspectable NSString *imageName;
  12. @end