For example, some of these forward declarations are no longer unused: ``` objective-c #import <Foundation/Foundation.h> @class Foo; @class Bar; @protocol Bar; @interface Qux @property (nonatomic, strong) Baz *baz; @end ```
For example, some of these forward declarations are no longer unused: