mirror of
https://github.com/ksherlock/ample.git
synced 2024-10-31 15:04:56 +00:00
15 lines
238 B
C
15 lines
238 B
C
|
//
|
||
|
// Bookmark.h
|
||
|
// Ample
|
||
|
//
|
||
|
// Created by Kelvin Sherlock on 2/7/2022.
|
||
|
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#ifndef Bookmark_h
|
||
|
#define Bookmark_h
|
||
|
|
||
|
#import "Bookmark+CoreDataClass.h"
|
||
|
|
||
|
#endif /* Bookmark_h */
|