blob: 770a857c80dc7f336299dc7f8e750b61c3b089b2 [file] [log] [blame] [edit]
#import "Point.h"
@implementation Point {
float _x;
float _y;
}
@end