1 2 3 4 5 6 7
#import <UIKit/UIKit.h> @class Ball; @interface ViewController : UIViewController @property (strong, nonatomic) IBOutlet Ball *ball; @end