├── LICENSE ├── README.md ├── moo.swift ├── moo_iphone.png ├── moo_sketch.png ├── moo_storyboard.png └── pathExporter.sketchplugin └── Contents └── Sketch ├── library.cocoascript ├── manifest.json └── script.cocoascript /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charimon/iosViews/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charimon/iosViews/HEAD/README.md -------------------------------------------------------------------------------- /moo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charimon/iosViews/HEAD/moo.swift -------------------------------------------------------------------------------- /moo_iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charimon/iosViews/HEAD/moo_iphone.png -------------------------------------------------------------------------------- /moo_sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charimon/iosViews/HEAD/moo_sketch.png -------------------------------------------------------------------------------- /moo_storyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charimon/iosViews/HEAD/moo_storyboard.png -------------------------------------------------------------------------------- /pathExporter.sketchplugin/Contents/Sketch/library.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charimon/iosViews/HEAD/pathExporter.sketchplugin/Contents/Sketch/library.cocoascript -------------------------------------------------------------------------------- /pathExporter.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charimon/iosViews/HEAD/pathExporter.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /pathExporter.sketchplugin/Contents/Sketch/script.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charimon/iosViews/HEAD/pathExporter.sketchplugin/Contents/Sketch/script.cocoascript --------------------------------------------------------------------------------