mirror of
https://github.com/ypresto/SwiftLintXcode.git
synced 2026-03-25 08:55:51 +00:00
15 lines
289 B
Objective-C
15 lines
289 B
Objective-C
//
|
|
// SwiftLintXcodeIDEHelper.h
|
|
// SwiftLintXcode
|
|
//
|
|
// Created by yuya.tanaka on 2016/04/06.
|
|
// Copyright © 2016年 Yuya Tanaka. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface SwiftLintXcodeIDEHelper : NSObject
|
|
|
|
+ (nullable NSURL *)currentWorkspaceURL;
|
|
|
|
@end
|