UIViewController(IGListAdapter)

@interface UIViewController (IGListAdapter)

/// Adapters that have this VC as their `viewController`
- (NSArray<IGListAdapter *> *)associatedListAdapters;

@end

Undocumented