From 3ca5d18a192e680cb43bb0746ad62701e8ce9650 Mon Sep 17 00:00:00 2001 From: Vicc Alexander Date: Sat, 26 Sep 2015 23:48:45 -0700 Subject: [PATCH] Re-added Chameleon.h to Pod folder --- Pod/Classes/Objective-C/Chameleon.h | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Pod/Classes/Objective-C/Chameleon.h diff --git a/Pod/Classes/Objective-C/Chameleon.h b/Pod/Classes/Objective-C/Chameleon.h new file mode 100644 index 0000000..638c0f1 --- /dev/null +++ b/Pod/Classes/Objective-C/Chameleon.h @@ -0,0 +1,30 @@ +// +// Chameleon.h +// Chameleon +// +// Created by Vicc Alexander on 9/24/15. +// Copyright © 2015 Vicc Alexander. All rights reserved. +// + +#import + +//! Project version number for Chameleon. +FOUNDATION_EXPORT double ChameleonVersionNumber; + +//! Project version string for Chameleon. +FOUNDATION_EXPORT const unsigned char ChameleonVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + +#import "Chameleon_.h" + +#import "UIButton+Chameleon.h" +#import "UILabel+Chameleon.h" +#import "UIColor+ChameleonPrivate.h" +#import "UIImage+ChameleonPrivate.h" +#import "UIView+ChameleonPrivate.h" + +#import "NSArray+Chameleon.h" +#import "UIColor+Chameleon.h" +#import "UINavigationController+Chameleon.h" +#import "UIViewController+Chameleon.h"