You've already forked hotpocket
17 lines
196 B
Objective-C
17 lines
196 B
Objective-C
//
|
|
// UnameLabel.h
|
|
// HotPocket
|
|
//
|
|
// Created by Tomek Wójcik on 17/11/2025.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface UnameLabel : UILabel
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|