repo.or.cz
/
GitX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'pu/pb/index_quick_fix' into stable
[GitX.git]
/
speedtest.h
blob
0d7720b954b18d95c05ead90fe454586d2fd725b
1
//
2
// speedtest.h
3
// GitX
4
//
5
// Created by Pieter de Bie on 20-11-08.
6
// Copyright 2008 Pieter de Bie. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
12
@interface speedtest
:
NSObject
{
13
14
}
15
16
@end