// // AppDelegate.h // healthRingDemo // // Created by 周鹏 on 2024/3/14. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @end