NEW

Summary

Directory Structure

Directory structure:
└── nscoding-rounded-progress-view-osx/
    ├── README.md
    ├── LICENSE
    ├── PCProgressView.h
    ├── PCProgressView.m
    └── Demo/
        └── Rounded Progress View/
            ├── Rounded Progress View/
            │   ├── main.m
            │   ├── PCAppDelegate.h
            │   ├── PCAppDelegate.m
            │   ├── Rounded Progress View-Info.plist
            │   ├── Rounded Progress View-Prefix.pch
            │   ├── Base.lproj/
            │   │   └── MainMenu.xib
            │   ├── en.lproj/
            │   │   ├── Credits.rtf
            │   │   └── InfoPlist.strings
            │   └── Images.xcassets/
            │       └── AppIcon.appiconset/
            │           └── Contents.json
            └── Rounded Progress ViewTests/
                ├── Rounded Progress ViewTests-Info.plist
                ├── Rounded_Progress_ViewTests.m
                └── en.lproj/
                    └── InfoPlist.strings

Files Content