sdk-ameba-v4.0c_180328/tools/uart_adapter/app/iOS/uartadapter/CustomCellBackground.h

14 lines
261 B
C
Raw Normal View History

2019-04-02 08:34:25 +00:00
/*
Copyright (C) 2015 Apple Inc. All Rights Reserved.
See LICENSE.txt for this samples licensing information
Abstract:
Custom UIView to draw a rounded blue box to represent a selected cell.
*/
@import UIKit;
@interface CustomCellBackground : UIView
@end