Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created October 14, 2011 17:06
Show Gist options
  • Save boxxxie/1287685 to your computer and use it in GitHub Desktop.
Save boxxxie/1287685 to your computer and use it in GitHub Desktop.
(ns touchViews.core
(:use clojure.pprint)
(:require [com.ashafa.clutch :as db])
(:require [com.ashafa.clutch.utils :as utils])
(:require [com.ashafa.clutch.http-client :as http])
(:require [clojure.contrib.json :as json])
(:require [clojure.walk :as walk])
(:require [clojure.contrib.string :as str])
(:use [clojure.pprint])
(:gen-class
:name touchViews
:methods [#^{:static true}
[initViews [] bool]
]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment