mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
18 lines
304 B
Objective-C
18 lines
304 B
Objective-C
//
|
|
// CHHistoryDataSource.h
|
|
// Chimera
|
|
//
|
|
// Created by Ben Goodger on Sun Apr 28 2002.
|
|
// Copyright (c) 2001 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import "CHRDFOutlineViewDataSource.h"
|
|
|
|
@interface CHHistoryDataSource : CHRDFOutlineViewDataSource {
|
|
|
|
}
|
|
|
|
@end
|