5 // Created by Andy Matuschak on 9/10/07.
6 // Copyright 2007 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
12 @interface SURegistrar
: NSObject
{
16 + (SURegistrar
*)sharedRegistrar
;
17 - (void)attemptRegistration
;
18 - (void)setDelegate
:(id
)delegate
;
21 @interface
NSObject (SUBootstrapperDelegateProtocol
)
22 - (SUProduct
*)productForRegistrar
:(SURegistrar
*)registrar
;
23 - (NSString
*)productIdentifierForRegistrar
:(SURegistrar
*)registrar
;