pc_doc/蓝牙秤/okok威盛康开发sdk/okok直流广播秤双脚测量-APP端SDK/ios/Demo_IOS/Demo/AppDelegate.h

18 lines
271 B
C
Raw Normal View History

2025-05-26 17:15:07 +08:00
//
// AppDelegate.h
// Demo
//
// Created by chipsea on 18/11/28.
// Copyright © 2018年 chipsea. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end