Skip to content

Commit

Permalink
feat: update header files
Browse files Browse the repository at this point in the history
  • Loading branch information
janlionly committed Sep 21, 2020
1 parent e753f68 commit 5e78003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/NFCReaderWriter/include/NFCReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface NFCReader : NSObject

@property (nonatomic, strong) NSString *alertMessage;
@property (nonatomic, strong) NSString *detectedMessage;
@property (nonatomic) BOOL invalidate;

@property (nonatomic, weak) id<NFCReaderDelegate> delegate;
Expand Down
2 changes: 2 additions & 0 deletions Sources/NFCReaderWriter/include/NFCReaderWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ NS_ASSUME_NONNULL_BEGIN

#pragma mark - Helper

@property (nonatomic, strong) NSString *detectedMessage;
- (void)begin;
- (void)restart;
- (void)end;
- (BOOL)canWrite;


/*!
* @method createPayloadWithFormat:type:indetifier:message:
*
Expand Down

0 comments on commit 5e78003

Please sign in to comment.