This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Cocoa/Cocoa.h> | |
@protocol IdMethod | |
+ (id) method; | |
@end | |
@interface IdClass : NSObject <IdMethod> | |
@end | |
@implementation IdClass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.card-header { | |
background: #FFFFFF; | |
box-shadow: 0px 2px 5px rgba(102, 178, 46, 0.2); | |
} |