Commented and cleaned up the Atom feed parser.
[sparkle2.git] / Framework / SUBranch.h
blob36c287e89e6eea096af2b1b2b7ca6bc80d252425
1 //
2 // SUBranch.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 9/13/07.
6 // Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
12 @interface SUBranch : NSObject {
13 NSArray *labels;
16 //- (BOOL)isRelevantToLabel:(SUBranchLabel *)label;
17 - (BOOL)isPaid;
19 @end