Files
GitHawk/SlackTextViewController/Examples/Messenger-Shared/MessageTextView.h
2017-07-23 06:54:55 -04:00

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