14 lines
242 B
Objective-C
14 lines
242 B
Objective-C
//
|
|
// cunnyfinderTests.h
|
|
// cunnyfinderTests
|
|
//
|
|
// Created by Femployee on 12/16/22.
|
|
// Copyright (c) 2022 FemboyFinancial. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface cunnyfinderTests : SenTestCase
|
|
|
|
@end
|