Skip to content

Commit

Permalink
Removed methods from SUPasswordPrompt.h that didn't need to be expose…
Browse files Browse the repository at this point in the history
…d there
  • Loading branch information
andymatuschak committed Jun 27, 2012
1 parent 0a30513 commit 9c8e825
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions SUPasswordPrompt.h
Expand Up @@ -20,16 +20,7 @@
}

- (id)initWithHost:(SUHost *)aHost;
- (void)awakeFromNib;
- (void)setName:(NSString*)name;
- (NSString*)name;
- (void)setIcon:(NSImage*)icon;
- (NSImage*)icon;
- (NSString *)password;
- (void)setPassword:(NSString*)password;
- (NSInteger)run;
- (IBAction)accept:(id)sender;
- (IBAction)cancel:(id)sender;
- (void)replaceTitle:(NSString*)name;
- (NSString *)password;

@end

0 comments on commit 9c8e825

Please sign in to comment.