Files
IOS7ScrollViews/iOS7ScrollViews/SVAppDelegate.h
Pierre Felgines 6b43f2766d First commit
2013-06-20 20:11:17 +02:00

16 lines
298 B
Objective-C

//
// SVAppDelegate.h
// iOS7ScrollViews
//
// Created by Pierre Felgines on 20/06/13.
// Copyright (c) 2013 Pierre Felgines. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SVAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end