/core-plot/framework/build/Debug-iphoneos/usr/local/include/CPTimeFormatter.h

http://github.com/nbanerje/aBattery · C Header · 16 lines · 9 code · 6 blank · 1 comment · 0 complexity · d89678f3e7049c93dfe384350b717497 MD5 · raw file

  1. #import <Foundation/Foundation.h>
  2. /// @file
  3. @interface CPTimeFormatter : NSNumberFormatter {
  4. NSDateFormatter *dateFormatter;
  5. NSDate *referenceDate;
  6. }
  7. @property (nonatomic, readwrite, retain) NSDateFormatter *dateFormatter;
  8. @property (nonatomic, readwrite, copy) NSDate *referenceDate;
  9. -(id)initWithDateFormatter:(NSDateFormatter *)aDateFormatter;
  10. @end