Refactor into standalone modules

This commit is contained in:
Sunnyyoung
2022-02-01 19:24:04 +08:00
parent 4de5ca9fec
commit 3f3ec79543
17 changed files with 399 additions and 419 deletions
@@ -6,10 +6,10 @@
// Copyright © 2017年 Sunnyyoung. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Cocoa/Cocoa.h>
#import <AppKit/AppKit.h>
#import <objc/runtime.h>
#import <objc/message.h>
#import <JRSwizzle/JRSwizzle.h>
typedef NS_ENUM(NSUInteger, RevokeNotificationType) {
RevokeNotificationTypeFollow = 0,