You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AppDelegate.h 177B

1234567891011121314
  1. //
  2. // AppDelegate.h
  3. // healthRingDemo
  4. //
  5. // Created by 周鹏 on 2024/3/14.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  9. @end