@class NSString, NSArray; @interface OBSplashContent : NSObject @property (copy) NSString *text; @property (copy) NSArray *bullets; - (void).cxx_destruct; @end