Files
RETableViewManager/RETableViewManagerExample/RETableViewManagerExample/AppDelegate.h
2013-02-28 19:47:18 -06:00

16 lines
297 B
Objective-C

//
// AppDelegate.h
// RETableViewManagerExample
//
// Created by Roman Efimov on 2/28/13.
// Copyright (c) 2013 Roman Efimov. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end