gitextract_gqgsbplz/ ├── .gitignore ├── LICENSE ├── MSLeakHunter+Private.h ├── MSLeakHunter.h ├── MSLeakHunter.m ├── MSLeakHunterRetainBreakpointsHelper.h ├── MSLeakHunterRetainBreakpointsHelper.m ├── MSViewControllerLeakHunter.h ├── MSViewControllerLeakHunter.m ├── MSViewLeakHunter.h ├── MSViewLeakHunter.m ├── MSZombieHunter.h ├── MSZombieHunter.m ├── README.md └── Sample Project/ └── MSVCLeakHunterSampleProject/ ├── MSVCLeakHunterSampleProject/ │ ├── MSAppDelegate.h │ ├── MSAppDelegate.m │ ├── MSLeakingVC.h │ ├── MSLeakingVC.m │ ├── MSLeakingVC.xib │ ├── MSMenuVC.h │ ├── MSMenuVC.m │ ├── MSMenuVC.xib │ ├── MSOKVC.h │ ├── MSOKVC.m │ ├── MSOKVC.xib │ ├── MSVCLeakHunterSampleProject-Info.plist │ ├── MSVCLeakHunterSampleProject-Prefix.pch │ ├── en.lproj/ │ │ └── InfoPlist.strings │ └── main.m └── MSVCLeakHunterSampleProject.xcodeproj/ ├── project.pbxproj └── xcshareddata/ └── xcdebugger/ └── Breakpoints.xcbkptlist