repo.or.cz
/
sparkle2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Commented and cleaned up the Atom feed parser.
[sparkle2.git]
/
Framework
/
SUBranch.h
blob
36c287e89e6eea096af2b1b2b7ca6bc80d252425
1
//
2
// SUBranch.h
3
// Sparkle
4
//
5
// Created by Andy Matuschak on 9/13/07.
6
// Copyright 2007 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
12
@interface SUBranch
:
NSObject
{
13
NSArray
*
labels
;
14
}
15
16
//- (BOOL)isRelevantToLabel:(SUBranchLabel *)label;
17
- (
BOOL
)
isPaid
;
18
19
@end