@protocol CSMagSafeAccessoryStatusProviding, CSMagSafeAccessoryStatusDelegate, NSObject; @interface CSMagSafeAccessoryStatusObserver : NSObject { id _attachmentNotificationToken; id _detachmentNotificationToken; id _animationStatusNotificationToken; id _statusProvider; } @property (weak, nonatomic) id delegate; - (void)dealloc; - (void).cxx_destruct; - (id)initWithCoverSheetContext:(id)a0; - (void)notifiedWithAccessoryDetached; - (void)notifiedWithAccessoryAttached; - (void)notifiedWithAccessoryAnimationStatusChanged; @end