mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 09:31:32 +08:00
14 lines
252 B
Objective-C
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
|