Objc.deprecate

Deprecate the given Objective-C interface.

Representing an Objective-C class as a D interface has been deprecated. Classes have now been properly implemented and the class keyword should be used instead.

In the future, extern(Objective-C) interfaces will be used to represent Objective-C protocols.

class Objc
abstract const
void
deprecate

Parameters

interfaceDeclaration InterfaceDeclaration

the interface declaration to deprecate

Meta