15 lines
264 B
C
15 lines
264 B
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
|