This commit is contained in:
Karmaz95
2024-02-04 19:39:27 +01:00
parent c5c1aeef65
commit bf82224406
6 changed files with 1377 additions and 103 deletions
+1
View File
@@ -1,3 +1,4 @@
// clang -fobjc-arc -framework Foundation example.m -o arc_example
#import <Foundation/Foundation.h>
@interface Person : NSObject