On Mar 28, 2019, at 15:58 , Peter Hudson <peter.hud...@me.com> wrote: > > @interface ImportTool <NSTableViewDataSource, NSTableViewDelegate, > NSEncoding> : NSObject
You’re Doing It Wrong™. You mean: > @interface ImportTool : NSObject <NSTableViewDataSource, > NSTableViewDelegate, NSEncoding> I don’t know what it means the way you wrote it. Something about lightweight generic syntax, perhaps? _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com