Skip to content
Snippets Groups Projects
Commit fa40a928 authored by Tom Feist's avatar Tom Feist
Browse files

deleted obsolete "BookMarksController.[hm]" files

parent e136094d
No related branches found
No related tags found
No related merge requests found
//
// BookmarksController.h
// iTerm
//
// Created by George Nachman on 8/23/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface BookmarksController : NSObject {
}
+ (BookmarksController*)sharedInstance;
- (int)numberOfBookmarks;
@end
//
// BookmarksController.m
// iTerm
//
// Created by George Nachman on 8/23/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import "BookmarksController.h"
@implementation BookmarksController
@end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment