mirror of
https://github.com/zhigang1992/CCHLinkTextView.git
synced 2026-05-07 08:36:19 +08:00
16 lines
298 B
Objective-C
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
|