// // IntentViewController.h // HDLSceneSiriUI // // Created by ι™ˆε˜‰δΉ on 2021/11/25. // #import @interface IntentViewController : UIViewController @property (weak, nonatomic) IBOutlet UILabel *messageLabel; @end