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
  • UIImageView+CNGrayImage.h
  • 变灰代码添加,答记者问简介显示bug修复
    8507240e
    yanglingyu authored
    2021-05-10 15:50:33 +0800  
    Browse Code »
UIImageView+CNGrayImage.h 262 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  UIImageView+CNGrayImage.h
//  CNLiveScioLive
//
//  Created by CNLive on 2021/4/27.
//  Copyright © 2021 CNLive. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIImageView (CNGrayImage)

@end

NS_ASSUME_NONNULL_END