gitextract_9s4h_ra3/ ├── CWStarRatingViewDemo/ │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Base.lproj/ │ │ ├── LaunchScreen.xib │ │ └── Main.storyboard │ ├── CWStarRateView.h │ ├── CWStarRateView.m │ ├── Images.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── CWStarRatingViewDemo.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── xcuserdata/ │ └── wangchao.xcuserdatad/ │ └── xcschemes/ │ ├── CWStarRatingViewDemo.xcscheme │ └── xcschememanagement.plist ├── CWStarRatingViewDemoTests/ │ ├── CWStarRatingViewDemoTests.m │ └── Info.plist └── README.md