SVGABezierPath.h 334 B

123456789101112131415161718
  1. //
  2. // SVGABezierPath.h
  3. // SVGAPlayer
  4. //
  5. // Created by 崔明辉 on 16/6/28.
  6. // Copyright © 2016年 UED Center. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface SVGABezierPath : UIBezierPath
  11. - (void)setValues:(nonnull NSString *)values;
  12. - (nonnull CAShapeLayer *)createLayer;
  13. @end