mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2025-01-15 15:15:17 +00:00
14 lines
261 B
C
14 lines
261 B
C
|
/*
|
|||
|
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
|