UIRefreshControl+MaterialDesignSpinner.h 244 B

123456789101112131415
  1. //
  2. // UIRefreshControl_MaterialDesignSpinner.h
  3. // Pods
  4. //
  5. // Created by Mike Maxwell on 7/22/17.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIRefreshControl (MaterialDesignSpinner)
  10. + (UIRefreshControl *)initWithMaterialDesignSpinner;
  11. @end