@class NSString; @protocol SBSystemApertureElementAuthorityDelegate; @interface SBSystemApertureElementAuthority : NSObject @property (weak, nonatomic) id elementAuthorityDelegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (BOOL)elementRequiresBeingDisplayedAlone:(id)a0; - (id)elementsOrderedByPromotionFromTemporallyOrderedElements:(id)a0 withPreviousOrdering:(id)a1; @end