#import "Point.h" @implementation Point { float _x; float _y; } @end