Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Fixed a compilation error when UIKit is not specified in the precompiled header. #11

Merged
merged 1 commit into from Dec 29, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/VSTheme.h
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>

#import <UIKit/UIKit.h>

typedef NS_ENUM(NSUInteger, VSTextCaseTransform) {
VSTextCaseTransformNone,
Expand Down