MMMaterialDesignSpinner.h 724 B

12345678910111213141516171819202122232425
  1. //
  2. // MMMaterialDesignSpinner.h
  3. // Pods
  4. //
  5. // Created by Michael Maxwell on 12/28/14.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ActivityTracking.h"
  10. //! Project version number for MMMaterialDesignSpinner.
  11. FOUNDATION_EXPORT double MMMaterialDesignSpinnerVersionNumber;
  12. //! Project version string for MMMaterialDesignSpinner.
  13. FOUNDATION_EXPORT const unsigned char MMMaterialDesignSpinnerVersionString[];
  14. // In this header, you should import all the public headers of your framework using statements like #import <Cent/PublicHeader.h>
  15. /**
  16. * A control similar to iOS' UIActivityIndicatorView modeled after Google's Material Design Activity spinner.
  17. */
  18. @interface MMMaterialDesignSpinner : UIView <ActivityTracking>
  19. @end