@class UIScrollView; @protocol UIIndexBarAccessoryViewDelegate; @interface UIIndexBarAccessoryView : UIIndexBarView @property (weak, nonatomic) id delegate; @property (weak, nonatomic) UIScrollView *scrollView; @property (nonatomic) long long edge; @property (readonly, nonatomic) BOOL overlay; + (void)makeIndexBarView:(id *)a0 scrollAccessoryContainerView:(id *)a1 forTraits:(id)a2; - (id)displayEntryNearestToContentOffset:(struct CGPoint { double x0; double x1; })a0; - (void)update; - (BOOL)_selectEntry:(id)a0 atIndex:(long long)a1; - (void)setEntries:(id)a0; - (BOOL)_shouldAnimatePropertyWithKey:(id)a0; - (void).cxx_destruct; @end