Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
628cead3b4ae3d709d10389a3ab026e808dffa9b
/
.
/
test
/
foundation
/
my-base.m
blob: 0c316b244f26925bdbdd68fad3d27217a34f9e97 [
file
] [
log
] [
blame
]
#import <Foundation/Foundation.h>
#import "my-base.h"
@implementation
MyBase
#if __OBJC2__
@synthesize
propertyMovesThings
;
#else
@synthesize
propertyMovesThings
=
maybe_used
;
#endif
@end