17 lines
245 B
Swift
17 lines
245 B
Swift
//
|
|
// KissIndex+0001.swift
|
|
// KissMeIndex
|
|
//
|
|
// Created by ened-book-m1 on 2023/06/20.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
|
|
extension KissIndex {
|
|
|
|
func indexSet_0001(date: Date, config: String?, kmi: KissIndexType) {
|
|
// TODO: work
|
|
}
|
|
}
|