@interface MusicUI.RestrictionsController : NSObject - (void)profileConnectionDidReceiveRestrictionChangedNotification:(id)a0 userInfo:(id)a1; - (id)init; - (void)dealloc; - (void)profileConnectionDidReceiveEffectiveSettingsChangedNotification:(id)a0 userInfo:(id)a1; - (void)profileConnectionDidReceiveProfileListChangedNotification:(id)a0 userInfo:(id)a1; @end