Loading...
Searching...
No Matches
NCElevationGraph.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3@class NCGraphEdge;
4
5
18DEFAULT_EXPORT_ATTRIBUTE
19@interface NCElevationGraph : NSObject
20
24@property (nonatomic, nonnull, readonly) NSArray<NCGraphEdge *> * edges;
25
26@end