mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
6 lines
161 B
Objective-C
6 lines
161 B
Objective-C
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface TennisTests : SenTestCase
|
|
- (id)initWithInvocation:(NSInvocation *)invocation scores:(NSArray *)scores;
|
|
@end
|