Files
RestKit/Code/Support/RKISO8601DateFormatter.h
2012-04-04 09:08:54 -04:00

14 lines
252 B
Objective-C

//
// RKISO8601DateFormatter.h
// RestKit
//
// Created by Christopher Swasey on 1/20/12.
// Copyright (c) 2009-2012 RestKit. All rights reserved.
//
#import "ISO8601DateFormatter.h"
@interface RKISO8601DateFormatter : ISO8601DateFormatter
@end