another.im-ios/Monal/Classes/MLButtonCell.h

15 lines
269 B
C
Raw Normal View History

2024-11-18 14:53:52 +00:00
//
// MLButtonCell.h
// Monal
//
// Created by Anurodh Pokharel on 4/10/15.
// Copyright (c) 2015 Monal.im. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MLButtonCell : UITableViewCell
@property (nonatomic, weak) IBOutlet UILabel *buttonText;
@end