mirror of
https://github.com/wnagrodzki/iNapi.git
synced 2025-04-05 03:41:50 +02:00
14 lines
225 B
C
14 lines
225 B
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
|