foundationkit / FoundationKit

Everything that really should be in Foundation, but isn't. Future-proof with ARC
Other
80 stars 9 forks source link

Move parts of NSValue+FKConcise to MacKit #33

Closed myell0w closed 13 years ago

myell0w commented 13 years ago

define $point(val) [NSValue valueWithPoint:(val)]

define $rect(val) [NSValue valueWithRect:(val)]

define $size(val) [NSValue valueWithSize:(val)]

These should be moved to MacKit, and an equivalent using CG-structs should be added to iOSKit.

myell0w commented 13 years ago

Moved them.