2025-10-09 16:48:46 +08:00

16 lines
420 B
Objective-C

// Copyright (c) 2022 NetEase, Inc. All rights reserved.
// Use of this source code is governed by a MIT license that can be
// found in the LICENSE file.
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface NECustomButton : UIView
@property(strong, nonatomic) UIImageView *imageView;
@property(strong, nonatomic) UILabel *titleLabel;
@property(strong, nonatomic) UIButton *maskBtn;
@end
NS_ASSUME_NONNULL_END