libextobjc icon indicating copy to clipboard operation
libextobjc copied to clipboard

Update EXTKeyPathCoding.h

Open rickytan opened this issue 7 years ago • 0 comments

To support the following form of usage: (str is a instance of NSString *)

  • @keypath(str, lowercaseString.UTF8String)
  • @keypath(NSString *, lowercaseString.UTF8String)
  • @keypath(NSString.new, lowercaseString.UTF8String)

rickytan avatar Sep 18 '18 12:09 rickytan