@class MCProfile; @protocol MCInstallationConsentDelegate; @interface MCInstallationConsentViewController : MCUITableViewController @property (retain, nonatomic) MCProfile *profile; @property (weak, nonatomic) id<MCInstallationConsentDelegate> consentDelegate; @property (nonatomic) BOOL showInstall; - (long long)numberOfSectionsInTableView:(id)a0; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1; - (void)_setup; - (id)initWithStyle:(long long)a0; - (id)tableView:(id)a0 titleForHeaderInSection:(long long)a1; - (double)tableView:(id)a0 estimatedHeightForRowAtIndexPath:(id)a1; - (void).cxx_destruct; - (void)_installProfile; - (void)_cancelInstallProfile; @end