SourceView/ChildNode.h
/* |
Copyright (C) 2018 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Generic child node object used with NSOutlineView and NSTreeController. |
*/ |
#import "BaseNode.h" |
@interface ChildNode : BaseNode |
@end |
Copyright © 2018 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2018-02-15