22 lines
389 B
Objective-C
Executable File
22 lines
389 B
Objective-C
Executable File
//
|
|
// LiangView.m
|
|
// MoHuanXingYu
|
|
//
|
|
// Created by 翟三美 on 2020/11/25.
|
|
// Copyright © 2020 MoHuanXingYu. All rights reserved.
|
|
//
|
|
|
|
#import "LiangView.h"
|
|
|
|
@implementation LiangView
|
|
|
|
/*
|
|
// Only override drawRect: if you perform custom drawing.
|
|
// An empty implementation adversely affects performance during animation.
|
|
- (void)drawRect:(CGRect)rect {
|
|
// Drawing code
|
|
}
|
|
*/
|
|
|
|
@end
|