> On Sep 15, 2015, at 8:36 AM, Dave <[email protected]> wrote: > > Class<LTWDetailViewProtocol>
That declaration doesn’t make sense, because the class Class (i.e. a metaclass) can’t conform to a protocol. I think that’s the source of the strange warning; the compiler is sort of confused about whether that type denotes a class or an instance. Change the type to just plain Class and it should compile. —Jens
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
