mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-27 06:04:07 +03:00
15 lines
212 B
Objective-C
15 lines
212 B
Objective-C
//
|
|
// FileItem+CoreDataClass.m
|
|
// VimR
|
|
//
|
|
// Created by Tae Won Ha on 18.01.20.
|
|
// Copyright © 2020 Tae Won Ha. All rights reserved.
|
|
//
|
|
//
|
|
|
|
#import "FileItem+CoreDataClass.h"
|
|
|
|
@implementation FileItem
|
|
|
|
@end
|