Skip to content

Commit

Permalink
Commented out version number and version string in
Browse files Browse the repository at this point in the history
Nativebrik.h
  • Loading branch information
RyosukeCla committed Feb 5, 2024
1 parent 8ecaed0 commit feac23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Nativebrik/Nativebrik/Nativebrik.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#import <Foundation/Foundation.h>

//! Project version number for Nativebrik.
FOUNDATION_EXPORT double NativebrikVersionNumber;
//FOUNDATION_EXPORT double NativebrikVersionNumber;

//! Project version string for Nativebrik.
FOUNDATION_EXPORT const unsigned char NativebrikVersionString[];
//FOUNDATION_EXPORT const unsigned char NativebrikVersionString[];

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

Expand Down

0 comments on commit feac23d

Please sign in to comment.