| 12345678910111213141516171819202122 |
- //
- // OperateSmartPlug.m
- // OneCable
- //
- // Created by ncomz on 2017. 6. 9..
- // Copyright © 2017년 ntels. All rights reserved.
- //
- #import "OperateSmartPlug.h"
- @implementation OperateSmartPlug
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|