mailiverse/cpp/iOS/Mailiverse/AddToFoldersView/AddToFoldersTableCell.h
2013-07-25 22:51:23 -04:00

18 lines
356 B
Objective-C

/**
* Author: Timothy Prepscius
* License: BSD + keep my name in the code!
*/
#import <UIKit/UIKit.h>
#import "UIToggleButton.h"
#include "MMTypes.h"
@interface AddToFoldersTableCell : UITableViewCell
@property (MM_WEAK, nonatomic) IBOutlet UIToggleButton *toggle;
@property (MM_WEAK, nonatomic) IBOutlet UILabel *label;
- (void)postLoadInit;
@end