hank
2017-06-14 a0a84333e64f1e94ae9d0f69545037c60e781842
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