mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-06 06:29:32 +08:00
14 lines
232 B
Objective-C
Executable File
14 lines
232 B
Objective-C
Executable File
//
|
|
// MessageTextView.h
|
|
// Messenger
|
|
//
|
|
// Created by Ignacio Romero Z. on 1/20/15.
|
|
// Copyright (c) 2015 Slack Technologies, Inc. All rights reserved.
|
|
//
|
|
|
|
#import "SLKTextView.h"
|
|
|
|
@interface MessageTextView : SLKTextView
|
|
|
|
@end
|