mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-05 15:09:12 +08:00
* Move SwipeCellKit & SlackTextViewController to Local Pods directory * Move playgrounds to own folder * Create podspec for MMMarkdown and move to Local Pods
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
|