mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Make code compatible with !use_frameworks in Podfile
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
#import "MXKTableViewCell.h"
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
|
||||
@interface TableViewCellWithLabelAndLargeTextView : MXKTableViewCell <UITextViewDelegate>
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *textViewWidthConstraint;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *textViewTrailingConstraint;
|
||||
|
||||
@end
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user