mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
13 lines
125 B
Objective-C
13 lines
125 B
Objective-C
//
|
|
// Foo.m
|
|
// MigrationTestProject
|
|
//
|
|
// Created by ryohey on 2020/10/25.
|
|
//
|
|
|
|
#import "Foo.h"
|
|
|
|
@implementation Foo
|
|
|
|
@end
|