repo.or.cz
/
sparkle2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Rename 'elements' to 'groundSet' to be consistent with literature.
[sparkle2.git]
/
PrefPane
/
SparklePref.m
blob
f4f029bb967f30805bc19e5ece16ed94a2f7b97e
1
//
2
// SparklePref.m
3
// Sparkle
4
//
5
// Created by Andy Matuschak on 8/10/07.
6
// Copyright (c) 2007 __MyCompanyName__. All rights reserved.
7
//
8
9
#import "SparklePref.h"
10
11
12
@implementation SparklePref
13
14
- (void) mainViewDidLoad
15
{
16
}
17
18
@end