diff --git a/MTMR/Assets.xcassets/dnd-off.imageset/Contents.json b/MTMR/Assets.xcassets/dnd-off.imageset/Contents.json new file mode 100644 index 0000000..c898d05 --- /dev/null +++ b/MTMR/Assets.xcassets/dnd-off.imageset/Contents.json @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "dnd-off.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + }, + "properties" : { + "template-rendering-intent" : "template" + } +} \ No newline at end of file diff --git a/MTMR/Assets.xcassets/dnd-off.imageset/dnd-off.png b/MTMR/Assets.xcassets/dnd-off.imageset/dnd-off.png new file mode 100644 index 0000000..9927c3d Binary files /dev/null and b/MTMR/Assets.xcassets/dnd-off.imageset/dnd-off.png differ diff --git a/MTMR/Assets.xcassets/dnd-on.imageset/Contents.json b/MTMR/Assets.xcassets/dnd-on.imageset/Contents.json new file mode 100644 index 0000000..7cc8e64 --- /dev/null +++ b/MTMR/Assets.xcassets/dnd-on.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "dnd-on.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/MTMR/Assets.xcassets/dnd-on.imageset/dnd-on.png b/MTMR/Assets.xcassets/dnd-on.imageset/dnd-on.png new file mode 100644 index 0000000..1fe7e11 Binary files /dev/null and b/MTMR/Assets.xcassets/dnd-on.imageset/dnd-on.png differ