1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-03 21:45:49 +00:00
transmission/macosx/English.lproj/InfoWindow.nib/classes.nib

25 lines
797 B
Text
Raw Normal View History

{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = InfoWindowController;
LANGUAGE = ObjC;
OUTLETS = {
fAnnounce = NSTextField;
fDownloaded = NSTextField;
fHash = NSTextField;
fImageView = NSImageView;
fLeechers = NSTextField;
fName = NSTextField;
fPieceSize = NSTextField;
fPieces = NSTextField;
fSeeders = NSTextField;
fSize = NSTextField;
fTracker = NSTextField;
fUploaded = NSTextField;
};
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}