Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

Commit

Permalink
updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwestendorf committed Dec 23, 2011
1 parent 90951c0 commit a2ca38b
Show file tree
Hide file tree
Showing 3 changed files with 4,080 additions and 589 deletions.
13 changes: 13 additions & 0 deletions Thumper/ThumperDockIconFinder.h
@@ -0,0 +1,13 @@
//
// ThumperDockIconFinder.h
// Thumper
//
// Created by Daniel Westendorf on 12/22/11.
// Copyright 2011 Daniel Westendorf. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface ThumperDockIconFinder : NSObject

@end
23 changes: 23 additions & 0 deletions Thumper/ThumperDockIconFinder.m
@@ -0,0 +1,23 @@
//
// ThumperDockIconFinder.m
// Thumper
//
// Created by Daniel Westendorf on 12/22/11.
// Copyright 2011 Daniel Westendorf. All rights reserved.
//

#import "ThumperDockIconFinder.h"

@implementation ThumperDockIconFinder

- (id)init
{
self = [super init];
if (self) {
// Initialization code here.
}

return self;
}

@end

0 comments on commit a2ca38b

Please sign in to comment.