20 lines
259 B
Objective-C
Executable File
20 lines
259 B
Objective-C
Executable File
//
|
|
// ZXYRankView.h
|
|
//
|
|
//
|
|
// Created by ybb on 2021/5/6.
|
|
// Copyright © 2021 . All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface ZXYRankView : UIView
|
|
|
|
- (void)showOnView:(UIView *)parent;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|