AIFit-SDK for ble body fat scale
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

AppDelegate.h 279B

1234567891011121314151617
  1. //
  2. // AppDelegate.h
  3. // AIFit-Demo
  4. //
  5. // Created by wujia121 on 2018/9/1.
  6. // Copyright © 2018年 wujia121. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  10. @property (strong, nonatomic) UIWindow *window;
  11. @end