22 lines
395 B
Objective-C
22 lines
395 B
Objective-C
//
|
|
// JobMaskButton.m
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/9/17.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import "JobMaskButton.h"
|
|
|
|
@implementation JobMaskButton
|
|
|
|
/*
|
|
// Only override drawRect: if you perform custom drawing.
|
|
// An empty implementation adversely affects performance during animation.
|
|
- (void)drawRect:(CGRect)rect {
|
|
// Drawing code
|
|
}
|
|
*/
|
|
|
|
@end
|