Skip to content

Commit

Permalink
Verson foundation exports
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRice committed Nov 13, 2019
1 parent 1328915 commit c2a5ae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UICountingLabel/Classes/UICountingLabel.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

//! Project version number for UICountingLabel.
FOUNDATION_EXPORT double UICountingLabelVersionNumber;

//! Project version string for UICountingLabel.
FOUNDATION_EXPORT const unsigned char UICountingLabelVersionString[];

typedef NS_ENUM(NSInteger, UILabelCountingMethod) {
UILabelCountingMethodEaseInOut,
UILabelCountingMethodEaseIn,
Expand Down

0 comments on commit c2a5ae1

Please sign in to comment.