SBDockView.h 91 B

123456
  1. @interface SBDockView : UIView
  2. - (void)setBackgroundAlpha:(CGFloat)backgroundAlpha;
  3. @end