Skip to content

Commit

Permalink
Fix PSPDFThreadSafeMutableDictionary.m redeclaration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Nov 2, 2017
1 parent 7fa8c53 commit 570d5e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ios/PSPDFThreadSafeMutableDictionary.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@

#import <Foundation/Foundation.h>

/* ** ALREADY INCLUDED BY #import "PSPDFThreadSafeMutableDictionary.h"
// Dictionary-Subclasss whose primitive operations are thread safe.
@interface PSPDFThreadSafeMutableDictionary : NSMutableDictionary
@end
// */

// ----------------------------------------------------------------

Expand Down

0 comments on commit 570d5e8

Please sign in to comment.