Navigation Menu

Skip to content

Commit

Permalink
Reordered Sparkle.h to emphasize SUUpdater.h
Browse files Browse the repository at this point in the history
Removed reference to the RSS class from SUAppcast.h
  • Loading branch information
andymatuschak committed Jul 25, 2008
1 parent f815eec commit e769ba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SUAppcast.h
Expand Up @@ -9,7 +9,7 @@
#ifndef SUAPPCAST_H #ifndef SUAPPCAST_H
#define SUAPPCAST_H #define SUAPPCAST_H


@class RSS, SUAppcastItem; @class SUAppcastItem;
@interface SUAppcast : NSObject { @interface SUAppcast : NSObject {
NSArray *items; NSArray *items;
NSString *userAgentString; NSString *userAgentString;
Expand Down
3 changes: 2 additions & 1 deletion Sparkle.h
Expand Up @@ -12,9 +12,10 @@
// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless
// there are name-space collisions) so we can list all of them to start with: // there are name-space collisions) so we can list all of them to start with:


#import <Sparkle/SUUpdater.h>

#import <Sparkle/SUAppcast.h> #import <Sparkle/SUAppcast.h>
#import <Sparkle/SUAppcastItem.h> #import <Sparkle/SUAppcastItem.h>
#import <Sparkle/SUUpdater.h>
#import <Sparkle/SUVersionComparisonProtocol.h> #import <Sparkle/SUVersionComparisonProtocol.h>


#endif #endif

0 comments on commit e769ba5

Please sign in to comment.