gitextract_k2lgs059/ ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── NimbusKit-AttributedLabel.podspec ├── PATENTS ├── README.md ├── attributedlabel.xcworkspace/ │ └── contents.xcworkspacedata ├── catalog/ │ └── BasicInstantiation/ │ ├── BasicInstantiation/ │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── BasicInstantiation-Info.plist │ │ ├── BasicInstantiation-Prefix.pch │ │ ├── Images.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── LaunchImage.launchimage/ │ │ │ └── Contents.json │ │ ├── controllers/ │ │ │ ├── BasicInstantiationViewController.h │ │ │ └── BasicInstantiationViewController.m │ │ ├── en.lproj/ │ │ │ └── InfoPlist.strings │ │ └── main.m │ └── BasicInstantiation.xcodeproj/ │ └── project.pbxproj └── src/ ├── NIAttributedLabel.h ├── NIAttributedLabel.m ├── NSMutableAttributedString+NimbusKitAttributedLabel.h ├── NSMutableAttributedString+NimbusKitAttributedLabel.m ├── NimbusKitAttributedLabel.h └── NimbusKitBasics.h