Skip to content

Commit

Permalink
clean class declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Schneirov committed Oct 8, 2009
1 parent 47afa2d commit 10a6c60
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions SFPasswordAssistantInspectorController.h
Expand Up @@ -2,15 +2,10 @@

#import <Cocoa/Cocoa.h>

@interface SFPasswordAsstView : NSView
{
}

@end
@class SFPasswordAsstView;

@interface SFPasswordAssistantInspectorController : NSObject
{
@public
IBOutlet NSWindow *_baseWindow;
NSWindow *_passwordAssistantPanel;
SFPasswordAsstView *_passwordAssistantView;
Expand Down

0 comments on commit 10a6c60

Please sign in to comment.