//
//  ContainerNode.h
//  Cog
//
//  Created by Vincent Spader on 10/15/07.
//  Copyright 2007 __MyCompanyName__. All rights reserved.
//

#import <Cocoa/Cocoa.h>

#import "PathNode.h"

@interface ContainerNode : PathNode {

}

@end