mirror of
https://github.com/zhigang1992/MessagesTableViewController.git
synced 2026-01-12 22:48:53 +08:00
15 lines
255 B
Objective-C
15 lines
255 B
Objective-C
//
|
|
// UIButton+JSMessagesView.h
|
|
// MessagesDemo
|
|
//
|
|
// Created by Jesse Squires on 3/24/13.
|
|
// Copyright (c) 2013 Hexed Bits. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIButton (JSMessagesView)
|
|
|
|
+ (UIButton *)defaultSendButton;
|
|
|
|
@end |