Files
WWDC/TranscriptIndexingService/TranscriptIndexingServiceProtocol.swift
T
2017-09-01 15:47:46 -05:00

16 lines
333 B
Swift

//
// TranscriptIndexingServiceProtocol.swift
// WWDC
//
// Created by Guilherme Rambo on 28/05/17.
// Copyright © 2017 Guilherme Rambo. All rights reserved.
//
import Foundation
@objc protocol TranscriptIndexingServiceProtocol: NSObjectProtocol {
func indexTranscriptsIfNeeded(storageURL: URL, schemaVersion: UInt64)
}