mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2025-01-15 15:15:17 +00:00
13 lines
261 B
Objective-C
Executable file
13 lines
261 B
Objective-C
Executable file
/*
|
||
Copyright (C) 2015 Apple Inc. All Rights Reserved.
|
||
See LICENSE.txt for this sample’s licensing information
|
||
|
||
Abstract:
|
||
Custom UIView to draw a rounded blue box to represent a selected cell.
|
||
*/
|
||
|
||
@import UIKit;
|
||
|
||
@interface CustomCellBackground : UIView
|
||
|
||
@end
|