gitextract_yulxgphk/ ├── .gitignore ├── LICENSE ├── Lib/ │ ├── SRScreenRecorder.h │ └── SRScreenRecorder.m ├── README.md ├── ScreenRecorder/ │ ├── SRAppDelegate.h │ ├── SRAppDelegate.m │ ├── SRDetailViewController.h │ ├── SRDetailViewController.m │ ├── SRMasterViewController.h │ ├── SRMasterViewController.m │ ├── ScreenRecorder-Info.plist │ ├── ScreenRecorder-Prefix.pch │ ├── en.lproj/ │ │ ├── InfoPlist.strings │ │ └── MainStoryboard.storyboard │ └── main.m ├── ScreenRecorder.xcodeproj/ │ └── project.pbxproj └── Vendor/ ├── KTouchPointerWindow.h └── KTouchPointerWindow.m