session-ios/Signal/src/view controllers/SettingsTableViewCell.h

20 lines
407 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