AIFit-SDK for ble body fat scale
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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