Partly revert previous change. This branch is only for reference now and is superceded by fred's changes

This commit is contained in:
Gregory John Casamento 2020-01-24 12:56:57 -05:00
parent 683e2c2007
commit 7d4af944e7

View file

@ -105,8 +105,13 @@ static NSArray *XmlBoolDefaultYes = nil;
@"NSMutableArray", @"rowTemplates",
@"NSSegmentItem", @"segment",
@"NSCell", @"customCell",
@"IBOutletConnection", @"outlet",
@"IBActionConnection", @"action",
@"NSNibBindingConnector", @"binding",
@"NSWindowTemplate", @"window",
@"NSView", @"tableCellView",
@"IBUserDefinedRuntimeAttribute", @"userDefinedRuntimeAttribute",
nil];
RETAIN(XmlTagToObjectClassMap);