God-Engine/Algorithm.h

15 lines
264 B
C
Raw Permalink Normal View History

2020-08-31 16:11:47 +00:00
//
// 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