5 // Created by Andy Matuschak on 3/12/06.
6 // Copyright 2006 Andy Matuschak. All rights reserved.
13 @interface SUAppcast
: NSObject
{
15 NSString
*userAgentString
;
17 NSMutableData
*incrementalData
;
20 - (void)fetchAppcastFromURL
:(NSURL
*)url
;
21 - (void)setDelegate
:delegate
;
22 - (void)setUserAgentString
:(NSString
*)userAgentString
;
28 @interface
NSObject (SUAppcastDelegate
)
29 - (void)appcastDidFinishLoading
:(SUAppcast
*)appcast
;
30 - (void)appcast
:(SUAppcast
*)appcast failedToLoadWithError
:(NSError
*)error
;