@class NSArray; @interface SearchUIAsyncSectionLoaderResponse : NSObject @property (retain, nonatomic) NSArray *cardSection; @property BOOL animated; @property BOOL reconfigureExisting; - (void).cxx_destruct; @end