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",
@"NSCell", @"customCell",
@"NSCustomObject", @"customObject",
@"IBOutletConnection5", @"outlet",
@"IBActionConnection5", @"action",
@"IBOutletConnection", @"outlet",
@"IBActionConnection", @"action",
@"NSNibBindingConnector", @"binding",
@"NSWindowTemplate", @"window",
@"NSView", @"tableCellView",