Sign in

DSIOSTeam / DSMapModuleF · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • DSMapModuleF
  • Example
  • DSMapModuleF
  • DSAppDelegate.h
  • 0.0.1
    88eae83d
    毕珂 authored
    2020-03-06 23:16:50 +0800  
    Browse Code »
DSAppDelegate.h 290 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  DSAppDelegate.h
//  DSMapModuleF
//
//  Created by 694092596@qq.com on 03/06/2020.
//  Copyright (c) 2020 694092596@qq.com. All rights reserved.
//

@import UIKit;

@interface DSAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end