mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-21 02:50:11 +08:00
20 lines
295 B
Objective-C
20 lines
295 B
Objective-C
//
|
|
// RKPathUtilitiesTest.m
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 10/5/12.
|
|
// Copyright (c) 2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import "RKTestEnvironment.h"
|
|
#import "RKPathUtilities.h"
|
|
|
|
@interface RKPathUtilitiesTest : RKTestCase
|
|
|
|
@end
|
|
|
|
@implementation RKPathUtilitiesTest
|
|
|
|
|
|
@end
|