Dactyloidae/mobile/ios/ThirdParty/SWTableViewCell/AppDelegate.h
2026-06-26 21:04:09 -07:00

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