@class CLSNotificationBannerView, NSLayoutConstraint; @interface CLSNotificationBannerViewController : UIViewController @property (retain, nonatomic) CLSNotificationBannerView *bannerView; @property (nonatomic) BOOL bannerVisible; @property (nonatomic) BOOL bannerAnimating; @property (retain, nonatomic) NSLayoutConstraint *bannerYPositionConstraint; @property (retain, nonatomic) NSLayoutConstraint *bannerWidthConstraint; - (unsigned long long)supportedInterfaceOrientations; - (void).cxx_destruct; - (void)viewWillTransitionToSize:(struct CGSize { double x0; double x1; })a0 withTransitionCoordinator:(id)a1; - (struct CGPoint { double x0; double x1; })_hiddenBannerPosition:(struct CGSize { double x0; double x1; })a0; - (struct CGPoint { double x0; double x1; })_visibleBannerCenterPosition:(struct CGSize { double x0; double x1; })a0; - (void)addBannerView:(id)a0; - (void)addConstraintsForBannerView; - (double)bannerWidthForViewSize:(struct CGSize { double x0; double x1; })a0; - (void)handleWindowPan:(id)a0; - (void)hideBannerQuickly:(BOOL)a0; - (void)showCurrentBanner; - (BOOL)windowPointInside:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; @end