mirror of https://github.com/oxen-io/session-ios
Merge branch 'charlesmchen/largerAudioWidth'
commit
c27800c12c
@ -1,15 +1,13 @@
|
|||||||
//
|
//
|
||||||
// JSQMediaItem+OWS.h
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
||||||
// Signal
|
|
||||||
//
|
|
||||||
// Created by Matthew Douglass on 10/18/16.
|
|
||||||
// Copyright © 2016 Open Whisper Systems. All rights reserved.
|
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <JSQMessagesViewController/JSQMediaItem.h>
|
#import <JSQMessagesViewController/JSQMediaItem.h>
|
||||||
|
|
||||||
@interface JSQMediaItem (OWS)
|
@interface JSQMediaItem (OWS)
|
||||||
|
|
||||||
|
- (CGFloat)ows_maxMediaBubbleWidth:(CGSize)defaultBubbleSize;
|
||||||
|
|
||||||
- (CGSize)ows_adjustBubbleSize:(CGSize)bubbleSize forImage:(UIImage *)image;
|
- (CGSize)ows_adjustBubbleSize:(CGSize)bubbleSize forImage:(UIImage *)image;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
Loading…
Reference in New Issue