@class NSString, CCUIContentModuleContext, CCUIDisplayModuleViewController, CCUIDisplayBackgroundViewController, UIViewController; @protocol CCUIContentModuleBackgroundViewController, CCUIContentModuleContentViewController; @interface CCUIDisplayModule : NSObject { CCUIContentModuleContext *_contentModuleContext; CCUIDisplayModuleViewController *_moduleViewController; CCUIDisplayBackgroundViewController *_backgroundViewController; } @property (readonly, nonatomic) UIViewController *contentViewController; @property (readonly, nonatomic) UIViewController *backgroundViewController; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @end