|
|
|
@ -8,6 +8,16 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
|
|
@class OWSBubbleView;
|
|
|
|
|
|
|
|
|
|
// While rendering message bubbles, we often need to render
|
|
|
|
|
// into a subregion of the bubble that reflects the intersection
|
|
|
|
|
// of some subview (e.g. a media view) and the bubble shape
|
|
|
|
|
// (including its rounding).
|
|
|
|
|
//
|
|
|
|
|
// This view serves three different roles:
|
|
|
|
|
//
|
|
|
|
|
// * Drawing: Filling and/or stroking a subregion of the bubble shape.
|
|
|
|
|
// * Shadows: Casting a shadow over a subregion of the bubble shape.
|
|
|
|
|
// * Clipping: Clipping subviews to subregion of the bubble shape.
|
|
|
|
|
@interface OWSBubbleShapeView : UIView <OWSBubbleViewPartner>
|
|
|
|
|
|
|
|
|
|
@property (nonatomic, nullable) UIColor *fillColor;
|
|
|
|
|