Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created December 17, 2017 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/e0f61735782211eae4bd2a512d87269c to your computer and use it in GitHub Desktop.
Save jmercouris/e0f61735782211eae4bd2a512d87269c to your computer and use it in GitHub Desktop.
(defclass next-application (ccl::ccl-application) ()
(:metaclass ns:+ns-application))
(defmethod load-cocoa-application ((a cocoa-application))
...
(let* ((appclass next-application))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment