DGExplodeAnimationView.h 249 B

1234567891011121314
  1. //
  2. // DGExplodeAnimationView.h
  3. // DGThumbUpButton
  4. //
  5. // Created by Desgard_Duan on 16/6/9.
  6. // Copyright © 2016年 Desgard_Duan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DGExplodeAnimationView : UIView
  10. - (void) animate;
  11. @end