Skip to content

Commit 56a1438

Browse files
committed
Add README with description and feature list
1 parent 0678263 commit 56a1438

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## HeaderViewer
2+
3+
HeaderViewer is an app for viewing Objective-C class and protocol headers generated by [ClassDumpRuntime](https://github.com/leptos-null/ClassDumpRuntime).
4+
5+
This project was inspired by https://github.com/nst/RuntimeBrowser
6+
7+
### Features
8+
9+
- List all loaded classes and protocols
10+
- Filter class or protocol list by name
11+
- Syntax-colored header files
12+
- Navigate to class or protocol referenced in header
13+
- Browse system images
14+
- Load image if not yet loaded
15+
- View classes in each image

0 commit comments

Comments
 (0)