This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |