File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
PureLayout/PureLayoutTests Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1212
1313
1414#if TARGET_OS_IPHONE
15-
16- #define VALUES (iOS, OSX ) (iOS) // a macro that takes a value for each platform, and substitutes the value for the current platform
17- #define ALLabel UILabel
18- #define ALImageView UIImageView
19-
15+ # define VALUES (iOS, OSX ) (iOS) // a macro that takes a value for each platform, and substitutes the value for the current platform
16+ # define ALLabel UILabel
17+ # define ALImageView UIImageView
2018#else
21-
22- #define VALUES (iOS, OSX ) (OSX) // a macro that takes a value for each platform, and substitutes the value for the current platform
23- #define ALLabel NSTextView
24- #define ALImageView NSImageView
25-
19+ # define VALUES (iOS, OSX ) (OSX) // a macro that takes a value for each platform, and substitutes the value for the current platform
20+ # define ALLabel NSTextView
21+ # define ALImageView NSImageView
2622#endif /* TARGET_OS_IPHONE */
2723
2824
You can’t perform that action at this time.
0 commit comments