您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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