We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8ddbf commit 1e6a659Copy full SHA for 1e6a659
README.md
@@ -68,7 +68,7 @@ Disable ARC for `NSObject+HeapInspector.m` by adding `-fno-objc-arc` to Xcode's
68
Make sure to import the header file<br />
69
**Objective-C**
70
```objc
71
-#import "HINSPDebug.h"
+@import HeapInspector;
72
```
73
**Swift**
74
```swift
0 commit comments