mirror of
https://github.com/wnagrodzki/iNapi.git
synced 2025-04-05 11:51:57 +02:00
13 lines
225 B
Objective-C
13 lines
225 B
Objective-C
//
|
|
// iNapiTests.h
|
|
// iNapiTests
|
|
//
|
|
// Created by Wojtek Nagrodzki on 25/02/2012.
|
|
// Copyright (c) 2012 Trifork. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface iNapiTests : SenTestCase
|
|
|
|
@end
|