update
This commit is contained in:
18
Pods/CocoaDebug/Sources/Monitor/_DebugConsoleLabel.h
generated
Normal file
18
Pods/CocoaDebug/Sources/Monitor/_DebugConsoleLabel.h
generated
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Example
|
||||
// man
|
||||
//
|
||||
// Created by man 11/11/2018.
|
||||
// Copyright © 2020 man. All rights reserved.
|
||||
//
|
||||
/*
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface _DebugConsoleLabel : UILabel
|
||||
|
||||
- (void)updateLabelWithValue:(float)value;
|
||||
|
||||
- (NSAttributedString *)uiBlockingAttributedStringWith:(float)uiBlocking;
|
||||
|
||||
@end
|
||||
*/
|
||||
Reference in New Issue
Block a user