@protocol ControllerDelegate @end @protocol Controller @end @interface CollectionViewController () { } @end @interface CollectionViewController (Flow) : NSObject { NSDictionary dict; } @end @interface MyClass : NSObject @end @implementation ViewController - (void)someMethod { auto const *dict = [NSMutableDictionary < NSString *, NSString * > new]; } @end