"Fossies" - the Fresh Open Source Software Archive

Member "xdelta3-3.0.11/examples/iOS/xdelta3-ios-test/xdelta3-ios-test/Xd3iOSAppDelegate.h" (24 Mar 2015, 314 Bytes) of package /linux/misc/xdelta3-3.0.11.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 //
    2 //  Xd3iOSAppDelegate.h
    3 //  xdelta3-ios-test
    4 //
    5 //  Created by Joshua MacDonald on 6/16/12.
    6 //  Copyright (c) 2011, 2012 Joshua MacDonald. All rights reserved.
    7 //
    8 
    9 #import <UIKit/UIKit.h>
   10 
   11 @interface Xd3iOSAppDelegate : UIResponder <UIApplicationDelegate>
   12 
   13 @property (strong, nonatomic) UIWindow *window;
   14 
   15 @end