Skip to content

Commit

Permalink
make header public and fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
GianniCarlo committed Apr 10, 2018
1 parent f9fbe84 commit bd8d77e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CLTokenInputView.xcodeproj/project.pbxproj
Expand Up @@ -13,7 +13,7 @@
4101953D207C456A006A9398 /* CLTokenInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4101953C207C456A006A9398 /* CLTokenInputView.m */; };
41019540207C458D006A9398 /* CLTokenView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4101953E207C458D006A9398 /* CLTokenView.h */; };
41019541207C458D006A9398 /* CLTokenView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4101953F207C458D006A9398 /* CLTokenView.m */; };
41019544207C45B1006A9398 /* CLToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 41019542207C45B1006A9398 /* CLToken.h */; };
41019544207C45B1006A9398 /* CLToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 41019542207C45B1006A9398 /* CLToken.h */; settings = {ATTRIBUTES = (Public, ); }; };
41019545207C45B1006A9398 /* CLToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 41019543207C45B1006A9398 /* CLToken.m */; };
41019548207C45DD006A9398 /* CLBackspaceDetectingTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 41019546207C45DD006A9398 /* CLBackspaceDetectingTextField.h */; };
41019549207C45DD006A9398 /* CLBackspaceDetectingTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 41019547207C45DD006A9398 /* CLBackspaceDetectingTextField.m */; };
Expand Down
2 changes: 1 addition & 1 deletion CLTokenInputView/CLTokenInputView.h
Expand Up @@ -16,7 +16,7 @@ FOUNDATION_EXPORT const unsigned char CLTokenInputViewVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <CLTokenInputView/PublicHeader.h>

#import "CLToken.h"
#import <CLTokenInputView/CLToken.h>

#if __has_feature(objc_generics)
#define CL_GENERIC_ARRAY(type) NSArray<type>
Expand Down

0 comments on commit bd8d77e

Please sign in to comment.