Reformat to AppCode style.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
/* Avatar with a "+" symbol. */
|
||||
extern const long MPAvatarAdd;
|
||||
|
||||
typedef NS_ENUM(NSUInteger, MPAvatarMode) {
|
||||
typedef NS_ENUM( NSUInteger, MPAvatarMode ) {
|
||||
MPAvatarModeLowered,
|
||||
MPAvatarModeRaisedButInactive,
|
||||
MPAvatarModeRaisedAndActive,
|
||||
@@ -31,13 +31,14 @@ typedef NS_ENUM(NSUInteger, MPAvatarMode) {
|
||||
MPAvatarModeRaisedAndMinimized,
|
||||
};
|
||||
|
||||
@interface MPAvatarCell : UICollectionViewCell
|
||||
@property (copy, nonatomic) NSString *name;
|
||||
@property (assign, nonatomic) NSUInteger avatar;
|
||||
@property (assign, nonatomic) MPAvatarMode mode;
|
||||
@property (assign, nonatomic) CGFloat visibility;
|
||||
@property (assign, nonatomic) BOOL spinnerActive;
|
||||
@property (assign, nonatomic, readonly) BOOL newUser;
|
||||
@interface MPAvatarCell : UICollectionViewCell
|
||||
|
||||
@property(copy, nonatomic) NSString *name;
|
||||
@property(assign, nonatomic) NSUInteger avatar;
|
||||
@property(assign, nonatomic) MPAvatarMode mode;
|
||||
@property(assign, nonatomic) CGFloat visibility;
|
||||
@property(assign, nonatomic) BOOL spinnerActive;
|
||||
@property(assign, nonatomic, readonly) BOOL newUser;
|
||||
|
||||
+ (NSString *)reuseIdentifier;
|
||||
|
||||
|
Reference in New Issue
Block a user