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