From 5f0cd098be783ceafb05a62ba0728e559155e770 Mon Sep 17 00:00:00 2001 From: Paolo Date: Tue, 25 Nov 2014 23:22:25 +0100 Subject: [PATCH] Update OSKTextViewAttachment.h UIKit.h is required for compilation in XCode6 / iOS8 SDK --- Overshare Kit/OSKTextViewAttachment.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Overshare Kit/OSKTextViewAttachment.h b/Overshare Kit/OSKTextViewAttachment.h index 4e13b4a..221c8c8 100644 --- a/Overshare Kit/OSKTextViewAttachment.h +++ b/Overshare Kit/OSKTextViewAttachment.h @@ -6,6 +6,7 @@ // Copyright (c) 2014 Overshare Kit. All rights reserved. // +#import #import extern const CGFloat OSKTextViewAttachmentViewWidth_Phone;