DSAppDelegate.h
305 Bytes
//
// DSAppDelegate.h
// DSCnliveShopSDKToolsModuleF
//
// Created by 694092596@qq.com on 03/03/2020.
// Copyright (c) 2020 694092596@qq.com. All rights reserved.
//
@import UIKit;
@interface DSAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end