Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
lldb
/
test
/
API
/
lang
/
objc
/
class-without-methods
/
Point.m
blob: 770a857c80dc7f336299dc7f8e750b61c3b089b2 [
file
]
#import "Point.h"
@implementation
Point
{
float
_x
;
float
_y
;
}
@end