summaryrefslogtreecommitdiff
path: root/bindings/objc/test/SwordModuleTest.h
blob: 95135fcf7448ef0df3f3b3ae4aec10e2b6ed9b59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  SwordModuleTest.h
//  ObjCSword
//
//  Created by Manfred Bergmann on 14.06.10.
//  Copyright 2010 Software by MABE. All rights reserved.
//

#import <SenTestingKit/SenTestingKit.h>

@class SwordModule, SwordManager;

@interface SwordModuleTest : SenTestCase {
    SwordManager *mgr;
    SwordModule *mod;
}

@end