DateFormatter.h 296 B

1234567891011121314
  1. //
  2. // DateFormatter.h
  3. // ModelBenchmark
  4. //
  5. // Created by ibireme on 15/9/18.
  6. // Copyright (c) 2015 ibireme. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface DateFormatter : NSObject
  10. + (NSDateFormatter *)githubDataFormatter;
  11. + (NSDateFormatter *)weiboDataFormatter;
  12. @end