Skip to content

Instantly share code, notes, and snippets.

@boucher
Created September 11, 2008 17:56
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 boucher/10274 to your computer and use it in GitHub Desktop.
Save boucher/10274 to your computer and use it in GitHub Desktop.
var NSConstantValueExpressionType = 1 << 0,
NSEvaluatedObjectExpressionType = 1 << 1,
NSVariableExpressionType = 1 << 2,
NSKeyPathExpressionType = 1 << 3,
NSFunctionExpressionType = 1 << 4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment