mirror of https://github.com/oxen-io/session-ios
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			586 B
		
	
	
	
		
			Objective-C
		
	
			
		
		
	
	
			19 lines
		
	
	
		
			586 B
		
	
	
	
		
			Objective-C
		
	
| //  Created by Dylan Bourgeois on 20/11/14.
 | |
| //  Portions Copyright (c) 2014 Open Whisper Systems. All rights reserved.
 | |
| 
 | |
| #import <UIKit/UIKit.h>
 | |
| #import <JSQMessagesViewController/JSQMessagesCollectionViewCell.h>
 | |
| 
 | |
| @interface OWSCallCollectionViewCell : JSQMessagesCollectionViewCell
 | |
| 
 | |
| @property (weak, nonatomic, readonly) JSQMessagesLabel *cellLabel;
 | |
| @property (weak, nonatomic, readonly) UIImageView *outgoingCallImageView;
 | |
| @property (weak, nonatomic, readonly) UIImageView *incomingCallImageView;
 | |
| 
 | |
| #pragma mark - Class methods
 | |
| 
 | |
| + (UINib *)nib;
 | |
| + (NSString *)cellReuseIdentifier;
 | |
| 
 | |
| @end
 |