8 lines
177 B
Text
8 lines
177 B
Text
//
|
|
// Prefix header for all source files of the 'Pong' target in the 'Pong' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|