session-ios/Signal/src/views/SettingsTableHeaderView.h
2014-05-06 19:41:08 +02:00

16 lines
372 B
Objective-C

#import <UIKit/UIKit.h>
/**
*
* The header view of the settings table view sections which handles rotating the image that indicates collapsed/expanded state
*
*/
@interface SettingsTableHeaderView : UIView
@property (nonatomic, strong) IBOutlet UIImageView *columnStateImageView;
- (void)setColumnStateExpanded:(BOOL)isExpanded andIsAnimated:(BOOL)animated;
@end