公告板
版本库
filestore
活动
搜索
登录
main
/
U3DRepository
SDK版本仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update 猫儿ios sdk接入
MacBuilder
2018-09-26
289cf06c44b9686d0422d3556e9bf5af7b694c19
[U3DRepository.git]
/
ChannelDiff
/
iOS
/
mrgameios
/
MyMRSDK
/
MRSDK
/
A_half_past.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// A_half_past.h
// Unity-iPhone
//
// Created by eliolu on 2018/3/19.
//
#import <Foundation/Foundation.h>
@interface A_half_past : NSObject
int binary_search(int* a, int len, int goal);
@end