PointF
Objective-C
@interface PointF : NSObject
@property float x;
@property float y;
@end
Swift
class PointF : NSObject
Undocumented
ScantrustSDK Docs (45% documented)
Objective-C
@interface PointF : NSObject
@property float x;
@property float y;
@end
Swift
class PointF : NSObject
Undocumented