mirror of
https://github.com/zhigang1992/IOS7ScrollViews.git
synced 2026-06-10 23:49:23 +08:00
16 lines
298 B
Objective-C
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
|