God-Engine/Algorithm.h
Saturneric 4fa6da063c Add
2020-09-01 00:11:47 +08:00

15 lines
264 B
Objective-C

//
// Algorithm.h
// GodEngine
//
// Created by Saturneric on 17/1/29.
// Copyright © 2017年 Bakantu Eric. All rights reserved.
//
@interface findByString : NSObject
@property(nonatomic)NSString *targetName;
@property(nonatomic)NSArray *targetArray;
@end