another.im-ios/Monal/Classes/MLButtonCell.h
2024-11-18 15:53:52 +01:00

15 lines
269 B
Objective-C

//
// 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