About
Contact
QtCreator
KDevelop
Solarized
1
#import
"Point.h"
2
3
@implementation Point {
4
float
_x
;
5
float
_y;
6
}
7
@end
8