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

17 lines
313 B
C
Raw Normal View History

2014-10-29 21:58:58 +01:00
//
// 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
//Regular cell
@property(nonatomic, strong) IBOutlet UISwitch* toggle;
@end