From a8d2e8b0d2e01da42c23af378a73fcc3ba1a58ed Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 12 May 2015 02:03:35 +0000 Subject: [PATCH] create post 'Importing Modules in LLDB' --- .../drafts/46BABB82-056C-47FE-ACB5-8F7E7D3B7145.md | 1 + public/posts/drafts/_data.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 public/posts/drafts/46BABB82-056C-47FE-ACB5-8F7E7D3B7145.md diff --git a/public/posts/drafts/46BABB82-056C-47FE-ACB5-8F7E7D3B7145.md b/public/posts/drafts/46BABB82-056C-47FE-ACB5-8F7E7D3B7145.md new file mode 100644 index 0000000..cc2ed5d --- /dev/null +++ b/public/posts/drafts/46BABB82-056C-47FE-ACB5-8F7E7D3B7145.md @@ -0,0 +1 @@ +It's great that Apple added this but I don't understand why Foundation and UIKit aren't imported automatically when you're writing an iOS app. \ No newline at end of file diff --git a/public/posts/drafts/_data.json b/public/posts/drafts/_data.json index ccd007a..1efb039 100644 --- a/public/posts/drafts/_data.json +++ b/public/posts/drafts/_data.json @@ -20,5 +20,17 @@ ], "author": "Sami Samhuri" + }, + "46BABB82-056C-47FE-ACB5-8F7E7D3B7145": { + "id": "46BABB82-056C-47FE-ACB5-8F7E7D3B7145", + "author": "Sami Samhuri", + "title": "Importing Modules in LLDB", + "date": "May 12, 2015", + "timestamp": 1431396215, + "link": null, + "url": "/posts/drafts/46BABB82-056C-47FE-ACB5-8F7E7D3B7145", + "tags": [ + + ] } } \ No newline at end of file