18 lines
264 B
Dart
18 lines
264 B
Dart
|
//
|
||
|
// UIView+FATExtSafaFrame.h
|
||
|
// FinAppletExt
|
||
|
//
|
||
|
// Created by 王兆耀 on 2023/5/25.
|
||
|
// Copyright © 2023 finogeeks. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface UIView (FATExtSafaFrame)
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|