Change classes in map to normal ones.

This commit is contained in:
Gregory John Casamento 2020-01-24 04:04:46 -05:00
parent f71bdf5cff
commit 3d1923b572

View file

@ -106,8 +106,8 @@ static NSArray *XmlBoolDefaultYes = nil;
@"NSSegmentItem", @"segment", @"NSSegmentItem", @"segment",
@"NSCell", @"customCell", @"NSCell", @"customCell",
@"NSCustomObject", @"customObject", @"NSCustomObject", @"customObject",
@"IBOutletConnection5", @"outlet", @"IBOutletConnection", @"outlet",
@"IBActionConnection5", @"action", @"IBActionConnection", @"action",
@"NSNibBindingConnector", @"binding", @"NSNibBindingConnector", @"binding",
@"NSWindowTemplate", @"window", @"NSWindowTemplate", @"window",
@"NSView", @"tableCellView", @"NSView", @"tableCellView",