Sign in

iOS Team / ScioLive · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ScioLive
  • CNLiveScioLive
  • Pages
  • Tools
  • ImageGray
  • UILabel+CNGray.h
  • 灰度,上色调节
    c7311b07
    yanglingyu authored
    2021-05-12 16:52:09 +0800  
    Browse Code »
UILabel+CNGray.h 244 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  UILabel+CNGray.h
//  CNLiveScioLive
//
//  Created by CNLive on 2021/5/12.
//  Copyright © 2021 CNLive. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UILabel (CNGray)

@end

NS_ASSUME_NONNULL_END