RMDisplayLabel.h 261 B

12345678910111213141516
  1. //
  2. // RMDisplayLabel.h
  3. // BezierLoaders
  4. //
  5. // Created by Mahesh on 1/30/14.
  6. // Copyright (c) 2014 Mahesh. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RMDisplayLabel : UILabel
  10. // update the numbers
  11. - (void)updateValue:(CGFloat)value;
  12. @end