summaryrefslogtreecommitdiff
path: root/Wobble/ViewController.h
blob: 543b829725e80c329ed881a9416bf4df1d85790b (plain)
1
2
3
4
5
6
7
#import <UIKit/UIKit.h>

@class Ball;

@interface ViewController : UIViewController
@property (strong, nonatomic) IBOutlet Ball *ball;
@end