mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 13:28:39 +09:00
15 lines
287 B
Objective-C
15 lines
287 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// SWTableViewCell
|
|
//
|
|
// Created by Chris Wendel on 9/10/13.
|
|
// Copyright (c) 2013 Chris Wendel. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|