commit | author | age | ||
a0a843 | 1 | // |
H | 2 | // TWTRDateFormatters.h |
3 | // | |
4 | // Created by Steven Hepting on 7/21/14. | |
5 | // Copyright (c) 2014 Twitter. All rights reserved. | |
6 | // | |
7 | ||
8 | #import <Foundation/Foundation.h> | |
9 | ||
10 | @interface TWTRDateFormatters () | |
11 | ||
12 | + (void)resetCache; | |
13 | + (void)setLocale:(NSLocale *)locale; | |
14 | ||
15 | @end |