mirror of
https://github.com/zhigang1992/STTweetLabel.git
synced 2026-05-13 20:56:29 +08:00
18 lines
379 B
Objective-C
Executable File
18 lines
379 B
Objective-C
Executable File
//
|
|
// STViewController.h
|
|
// STTweetLabel
|
|
//
|
|
// Created by Sebastien Thiebaud on 12/15/12.
|
|
// Copyright (c) 2012 Sebastien Thiebaud. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@class STTweetLabel;
|
|
@interface STViewController : UIViewController
|
|
|
|
@property (strong, nonatomic) STTweetLabel *tweetLabel;
|
|
@property (strong, nonatomic) IBOutlet UILabel *displayLabel;
|
|
|
|
@end
|