Code Search for Developers
 
 
  

HandledURLWindow.h from redshed at Krugle


Show HandledURLWindow.h syntax highlighted

#import <Cocoa/Cocoa.h>

@interface HandledURLWindow : NSWindowController {
    NSString    *handledURL;
}

- (id)initWithHandledURL:(NSString*)url_;

@end



See more files for this project here

redshed

Code for Mac+WebObjects.

Project homepage: http://sourceforge.net/projects/redshed
Programming language(s): C,Java,Objective C
License: other

  English.lproj/
    HandledURLWindow.nib/
      classes.nib
      info.nib
      keyedobjects.nib
    MainMenu.nib/
      classes.nib
      info.nib
      keyedobjects.nib
    InfoPlist.strings
  SampleProtocolHandler.app/
    Contents/
      MacOS/
        SampleProtocolHandler
      Resources/
        English.lproj/
          HandledURLWindow.nib/
            classes.nib
            info.nib
            keyedobjects.nib
          MainMenu.nib/
            classes.nib
            info.nib
            keyedobjects.nib
          InfoPlist.strings
      Info.plist
      PkgInfo
  SampleProtocolHandler.xcodeproj/
    project.pbxproj
    wolf.mode1
    wolf.pbxuser
  AppDelegate.h
  AppDelegate.m
  HandledURLWindow.h
  HandledURLWindow.m
  Info.plist
  SampleProtocolHandler_Prefix.pch
  main.m