| 123456789101112131415161718192021 |
- //
- // DefaultImageButton.m
- // HMLG Mobile
- //
- // Created by Ray on 5/30/16.
- // Copyright © 2016 United Software Applications, Inc. All rights reserved.
- //
- #import "DefaultImageButton.h"
- @implementation DefaultImageButton
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|