session-ios/Signal/src/ViewControllers/ConversationView/Cells/OWSBubbleStrokeView.h
2018-04-05 10:24:42 -04:00

18 lines
332 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "OWSBubbleView.h"
NS_ASSUME_NONNULL_BEGIN
@class OWSBubbleView;
@interface OWSBubbleStrokeView : UIView <OWSBubbleViewPartner>
@property (nonatomic) UIColor *strokeColor;
@property (nonatomic) CGFloat strokeThickness;
@end
NS_ASSUME_NONNULL_END