| Index: test/ios/app-bundle/TestApp/ViewController.mm
|
| ===================================================================
|
| --- test/ios/app-bundle/TestApp/ViewController.mm (revision 0)
|
| +++ test/ios/app-bundle/TestApp/ViewController.mm (working copy)
|
| @@ -0,0 +1,11 @@
|
| +#import <Foundation/Foundation.h>
|
| +
|
| +@interface TestClass : NSObject
|
| +
|
| +@property (nonatomic, strong) NSObject* test;
|
| +
|
| +@end
|
| +
|
| +@implementation TestClass
|
| +
|
| +@end
|
|
|
| Property changes on: test/ios/app-bundle/TestApp/ViewController.mm
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| ## -0,0 +1 ##
|
| +LF
|
| \ No newline at end of property
|
|
|