Files
CCHLinkTextView/CCHLinkTextView Example/CCHLinkTextView Example/AppDelegate.h
2014-02-28 21:25:31 +01:00

16 lines
298 B
Objective-C

//
// AppDelegate.h
// CCHLinkTextView Example
//
// Created by Claus Höfele on 28.02.14.
// Copyright (c) 2014 Claus Höfele. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end