mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2026-07-13 23:15:45 +00:00
first add sdk
This commit is contained in:
commit
f91efd1250
3915 changed files with 1291882 additions and 0 deletions
16
tools/uart_adapter/app/iOS/uartadapter/Cell.h
Executable file
16
tools/uart_adapter/app/iOS/uartadapter/Cell.h
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
Copyright (C) 2015 Apple Inc. All Rights Reserved.
|
||||
See LICENSE.txt for this sample’s licensing information
|
||||
|
||||
Abstract:
|
||||
Custom collection view cell for image and its label.
|
||||
*/
|
||||
|
||||
@import UIKit;
|
||||
|
||||
@interface Cell : UICollectionViewCell
|
||||
|
||||
@property (strong, nonatomic) IBOutlet UIImageView *image;
|
||||
@property (strong, nonatomic) IBOutlet UILabel *label;
|
||||
|
||||
@end
|
||||
Loading…
Add table
Add a link
Reference in a new issue