SVGA.h 324 B

123456789101112131415161718
  1. //
  2. // SVGA.h
  3. // SVGAPlayer
  4. //
  5. // Created by 崔明辉 on 16/6/17.
  6. // Copyright © 2016年 UED Center. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "SVGAParser.h"
  10. #import "SVGAPlayer.h"
  11. #import "SVGAImageView.h"
  12. #import "SVGAVideoEntity.h"
  13. #import "SVGAExporter.h"
  14. @interface SVGA : NSObject
  15. @end