blob: df8a2e2a005e4a526f8aa40ba025ebe7785ac10d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {submit = id; };
CLASS = MLKListenerController;
LANGUAGE = ObjC;
OUTLETS = {
indicatorText = id;
inputField = id;
outputTextView = id;
statusText = id;
submitButton = id;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
|