mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-12 22:40:25 +08:00
22 lines
311 B
Plaintext
22 lines
311 B
Plaintext
//
|
|
// RKObjectiveCppTest.mm
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 4/11/12.
|
|
// Copyright (c) 2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import "RKTestEnvironment.h"
|
|
|
|
@interface RKObjectiveCppTest : RKTestCase
|
|
|
|
@end
|
|
|
|
@implementation RKObjectiveCppTest
|
|
|
|
- (void)testCompiles
|
|
{
|
|
// Nothing to do.
|
|
}
|
|
|
|
@end |