forked from akahan/Nib-Decompiler
-
Notifications
You must be signed in to change notification settings - Fork 1
/
classes.nib
33 lines (33 loc) · 930 Bytes
/
classes.nib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {connectURL = id; reload = id; stopLoading = id; };
CLASS = MyDocument;
LANGUAGE = ObjC;
OUTLETS = {
backButton = id;
forwardButton = id;
textField = id;
webView = id;
window = id;
};
SUPERCLASS = NSDocument;
},
{
ACTIONS = {
goBack = id;
goForward = id;
makeTextLarger = id;
makeTextSmaller = id;
reload = id;
stopLoading = id;
takeStringURLFrom = id;
};
CLASS = WebView;
LANGUAGE = ObjC;
SUPERCLASS = NSView;
}
);
IBVersion = 1;
}