session-ios/Signal/src/view controllers/SettingsTableViewCell.h
2015-01-04 11:30:26 +01:00

20 lines
402 B
Objective-C

//
// SettingsTableViewCell.h
// Signal
//
// Created by Dylan Bourgeois on 11/11/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SettingsTableViewCell : UITableViewCell
-(void)updateImageQualityLabel;
//Optionals
@property(nonatomic, strong) IBOutlet UISwitch* toggle;
@property(nonatomic,strong) IBOutlet UILabel* detailLabel;
@end