mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
14 lines
228 B
Objective-C
14 lines
228 B
Objective-C
//
|
|
// TennisTests.h
|
|
// TennisTests
|
|
//
|
|
// Created by Stefan on 05/31/13.
|
|
// Copyright (c) 2013 Stefan van den Oord. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface TennisTests : SenTestCase
|
|
|
|
@end
|