mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
|
{
|
||
|
IBClasses = (
|
||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||
|
{
|
||
|
ACTIONS = {load = id; };
|
||
|
CLASS = MyBrowserView;
|
||
|
LANGUAGE = ObjC;
|
||
|
OUTLETS = {progress = id; progressSuper = id; status = id; urlbar = id; };
|
||
|
SUPERCLASS = NSView;
|
||
|
}
|
||
|
);
|
||
|
IBVersion = 1;
|
||
|
}
|