Skip to content

Commit 1e6a659

Browse files
committed
Update README.md
1 parent ba8ddbf commit 1e6a659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Disable ARC for `NSObject+HeapInspector.m` by adding `-fno-objc-arc` to Xcode's
6868
Make sure to import the header file<br />
6969
**Objective-C**
7070
```objc
71-
#import "HINSPDebug.h"
71+
@import HeapInspector;
7272
```
7373
**Swift**
7474
```swift

0 commit comments

Comments
 (0)