-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partial implementation of the back of the brief preview. Includes aut…
…hor, description, pertinent dates and the ability to delete the brief. Still need to complete code for reloading the previews and refreshing the brief file itself.
- Loading branch information
Showing
16 changed files
with
953 additions
and
137 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// BFBriefViewDelegate.h | ||
// Briefs | ||
// | ||
// Created by Rob Rhyne on 3/26/10. | ||
// Copyright 2010 Digital Arch Design. All rights reserved. | ||
// | ||
|
||
@protocol BFBriefViewDelegate | ||
|
||
- (void)shouldShowBriefDetails; | ||
- (void)shouldReturnToPreview; | ||
- (void)shouldDeleteBrief; | ||
- (void)shouldReloadBrief; | ||
- (void)briefShouldStartPlaying; | ||
|
||
@end |
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
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
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
Oops, something went wrong.