Banuba SDK
libs
djinni
generated
objc
BNBPoint2d.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file was generated by Djinni from types.djinni
3
4
#import <Foundation/Foundation.h>
5
6
7
#ifndef DJINNI_EXPORT
8
#define DJINNI_EXPORT __attribute__((__visibility__("default")))
9
#endif
10
11
DJINNI_EXPORT
12
@interface
BNBPoint2d
: NSObject
13
- (nonnull instancetype)initWithX:(
float
)x
14
y:(
float
)y;
15
+ (nonnull instancetype)point2dWithX:(
float
)x
16
y:(
float
)y;
17
18
@property
(nonatomic, readonly)
float
x
;
19
20
@property
(nonatomic, readonly)
float
y
;
21
22
@end
BNBPoint2d::x
float x
Definition:
BNBPoint2d.h:18
BNBPoint2d::y
float y
Definition:
BNBPoint2d.h:20
BNBPoint2d
Definition:
BNBPoint2d.h:12
DJINNI_EXPORT
#define DJINNI_EXPORT
Definition:
BNBPoint2d.h:8
Generated by
1.8.17