公告板
版本库
活动
搜索
登录
ios
/
PlayPai
玩湃
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix bug
杨锴
2025-05-11
7453d2d0cef415b34323d1b91e6cfa4a6ba31178
[ios/PlayPai.git]
/
WanPai
/
Root
/
Activity
/
CustomPointAnnotation.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// CustomPointAnnotation.swift
// WanPai
//
// Created by 无故事王国 on 2023/11/8.
//
import Foundation
class CustomPointAnnotation:MAPointAnnotation{
var index = 0
}