Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Re-added Chameleon.h to Pod folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vicc committed Sep 27, 2015
1 parent d55e5df commit 3ca5d18
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Pod/Classes/Objective-C/Chameleon.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
//
// Chameleon.h
// Chameleon
//
// Created by Vicc Alexander on 9/24/15.
// Copyright © 2015 Vicc Alexander. All rights reserved.
//

#import <UIKit/UIKit.h>

//! 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 <Chameleon/PublicHeader.h>

#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"

0 comments on commit 3ca5d18

Please sign in to comment.