Dactyloidae/mobile/ios/ThirdParty/SWTableViewCell/AppDelegate.h

15 lines
287 B
C
Raw Normal View History

2026-06-26 21:04:09 -07:00
//
// 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