mirror of
https://github.com/wu736139669/Ash_First.git
synced 2026-08-08 06:16:17 +00:00
16 lines
370 B
Objective-C
16 lines
370 B
Objective-C
//
|
|
// MainViewController.h
|
|
// Ash_First
|
|
//
|
|
// Created by xmfish on 14-7-1.
|
|
// Copyright (c) 2014年 xmfish. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <DTCoreText.h>
|
|
@interface MainViewController : UIViewController<DTAttributedTextContentViewDelegate>
|
|
@property (weak, nonatomic) IBOutlet UIButton *Push;
|
|
- (IBAction)pushViewControll:(id)sender;
|
|
|
|
@end
|