mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-25 01:12:24 +08:00
14 lines
271 B
Objective-C
Executable File
14 lines
271 B
Objective-C
Executable File
//
|
|
// MessageViewController.h
|
|
// Messenger
|
|
//
|
|
// Created by Ignacio Romero Zurbuchen on 8/15/14.
|
|
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
|
|
//
|
|
|
|
#import "SLKTextViewController.h"
|
|
|
|
@interface MessageViewController : SLKTextViewController
|
|
|
|
@end
|