2006-09-02 16:09:20 +00:00
|
|
|
//
|
|
|
|
// FileNode.h
|
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Vincent Spader on 8/20/2006.
|
|
|
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import "PathNode.h"
|
2022-02-07 05:49:27 +00:00
|
|
|
#import <Cocoa/Cocoa.h>
|
2006-09-02 16:09:20 +00:00
|
|
|
|
2022-02-07 05:49:27 +00:00
|
|
|
@interface FileNode : PathNode {
|
2006-09-02 16:09:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@end
|