mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-22 22:36:07 +08:00
14 lines
245 B
Objective-C
14 lines
245 B
Objective-C
//
|
|
// TweakPreferencesController.h
|
|
// WeChatTweak
|
|
//
|
|
// Created by Sunnyyoung on 2017/8/12.
|
|
// Copyright © 2017年 Sunnyyoung. All rights reserved.
|
|
//
|
|
|
|
#import "WeChatTweak.h"
|
|
|
|
@interface TweakPreferencesController : NSViewController
|
|
|
|
@end
|