PageRenderTime 15ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/core/externals/google-toolbox-for-mac/Foundation/GTMNSNumber+64Bit.m

http://macfuse.googlecode.com/
Objective C | 8 lines | 0 code | 0 blank | 8 comment | 0 complexity | 304788b9ae5f4c259abb1ea0337c368c MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
  1. //
  2. // This file previously included utility methods for creating
  3. // 64-bit NSNumbers.
  4. //
  5. // Applications should be updated to use NSNumber literals and
  6. // boxed expressions, as described at
  7. // http://clang.llvm.org/docs/ObjectiveCLiterals.html
  8. //