Loading...
Searching...
No Matches
NCLine.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCSegment.h"
3#import <Foundation/Foundation.h>
4
18DEFAULT_EXPORT_ATTRIBUTE
19@interface NCLine : NSObject
20
24- (nonnull instancetype)initWithSegments:(nonnull NSArray<NCSegment *> *)segments;
25
29+ (nonnull instancetype)lineWithSegments:(nonnull NSArray<NCSegment *> *)segments;
30
34@property (nonatomic, readonly, nonnull) NSArray<NCSegment *> * segments;
35
36@end