//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
NS_ASSUME_NONNULL_BEGIN
@interface ConversationHeaderView : UIView
@property (nonatomic) UILabel *titleLabel;
@property (nonatomic) UILabel *subtitleLabel;
@end
NS_ASSUME_NONNULL_END